#FBFFC2

Color #FBFFC2 Carla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carla #FBFFC2

Tints of Carla #FBFFC2

Color information

#FBFFC2 (or 0xFBFFC2) is unknown color: approx Carla. HEX triplet: FB, FF and C2. RGB value is (251,255,194). Sum of RGB (Red+Green+Blue) = 251+255+194=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 194 (76.17% from 255 or 27.71% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC2 is #04003D. Grayscale: #F7F7F7. Windows color (decimal): -262206 or 12779515. OLE color: 12779515.

HSL color Cylindrical-coordinate representation of color #FBFFC2: hue angle of 63.93º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBFFC2 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB251255194-
CMYK0.0200.240
HSL63.93º100%88.04%-
HSV(B)63.93º23.92%100%-
XYZ85.2895.9265.06-
YUV246.8598.17130.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 194 (76.17% from 255) = 27.71%
R=35.86%
G=36.43%
B=27.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551940.0200.24063.9310088.04
HexFBFFC220180406458
Octal37337730220300100144130
Binary111110111111111111000010100110000100000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFC2; }

 p { color: rgb(251,255,194); }

 H1.HeaderClassName
 {
   color: #FBFFC2;
 }
 .AnyTagClassName
 {
   color: #FBFFC2;
 }
</style>
background-color css

<style>
 a { background-color: #FBFFC2; }

 a { background-color: rgb(251,255,194); }

 div.DivClassName
 {
   background-color: #FBFFC2;
 }
 .BgClassName
 {
   background-color: #FBFFC2;
 }
</style>
border-color css

<style>
 span { border-color: #FBFFC2; }

 span { border-color: rgb(251,255,194); }

 td.TdClassName
 {
   border-color: #FBFFC2;
 }
 .TagClassName
 {
   border-color: #FBFFC2;
 }
</style>