#F5FBCE

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

Shades of Carla #F5FBCE

Tints of Carla #F5FBCE

Color information

#F5FBCE (or 0xF5FBCE) is unknown color: approx Carla. HEX triplet: F5, FB and CE. RGB value is (245,251,206). Sum of RGB (Red+Green+Blue) = 245+251+206=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FBCE is #0A0431. Grayscale: #F4F4F4. Windows color (decimal): -656434 or 13564917. OLE color: 13564917.

HSL color Cylindrical-coordinate representation of color #F5FBCE: hue angle of 68º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5FBCE is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB245251206-
CMYK0.0200.180.02
HSL68º84.91%89.61%-
HSV(B)68º17.93%98.43%-
XYZ83.2992.8671.93-
YUV244.08106.51128.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.90%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 206 (80.86% from 255) = 29.34%
R=34.90%
G=35.75%
B=29.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512060.0200.180.026884.9189.61
HexF5FBCE2012244555a
Octal36537331620222104125132
Binary1111010111111011110011101001001010100010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBCE; }

 p { color: rgb(245,251,206); }

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

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

 a { background-color: rgb(245,251,206); }

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

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

 span { border-color: rgb(245,251,206); }

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