#FBFFC8

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

Shades of Carla #FBFFC8

Tints of Carla #FBFFC8

Color information

#FBFFC8 (or 0xFBFFC8) is unknown color: approx Carla. HEX triplet: FB, FF and C8. RGB value is (251,255,200). Sum of RGB (Red+Green+Blue) = 251+255+200=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 200 (78.52% from 255 or 28.33% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC8 is #040037. Grayscale: #F7F7F7. Windows color (decimal): -262200 or 13172731. OLE color: 13172731.

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

Color convert

RGB251255200-
CMYK0.0200.220
HSL64.36º100%89.22%-
HSV(B)64.36º21.57%100%-
XYZ85.9796.268.68-
YUV247.53101.17130.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 255 (100% from 255) = 36.12%
BLUE value IS 200 (78.52% from 255) = 28.33%
R=35.55%
G=36.12%
B=28.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552000.0200.22064.3610089.22
HexFBFFC820160406459
Octal37337731020260100144131
Binary111110111111111111001000100101100100000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFC8; }

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

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

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

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

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

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

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

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