#F0F3CB

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

Shades of Carla #F0F3CB

Tints of Carla #F0F3CB

Color information

#F0F3CB (or 0xF0F3CB) is unknown color: approx Carla. HEX triplet: F0, F3 and CB. RGB value is (240,243,203). Sum of RGB (Red+Green+Blue) = 240+243+203=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3CB is #0F0C34. Grayscale: #EDEDED. Windows color (decimal): -986165 or 13366256. OLE color: 13366256.

HSL color Cylindrical-coordinate representation of color #F0F3CB: hue angle of 64.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F3CB is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB240243203-
CMYK0.0100.160.05
HSL64.5º62.5%87.45%-
HSV(B)64.5º16.46%95.29%-
XYZ78.7786.9469.13-
YUV237.54108.51129.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 243 (95.31% from 255) = 35.42%
BLUE value IS 203 (79.69% from 255) = 29.59%
R=34.99%
G=35.42%
B=29.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432030.0100.160.0564.562.587.45
HexF0F3CB10105403e57
Octal3603633131020510076127
Binary111100001111001111001011101000010110000001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3CB; }

 p { color: rgb(240,243,203); }

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

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

 a { background-color: rgb(240,243,203); }

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

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

 span { border-color: rgb(240,243,203); }

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