Html Css Color HEX #F0F5CB Carla

📋 copy color: '#F0F5CB'

red 240 ◦ green 245 ◦ blue 203

#F0F5CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carla #F0F5CB

Tints of Carla #F0F5CB

RGB

 RED value IS 240 (94.14% from 255) = 34.88%

 GREEN value IS 245 (96.09% from 255) = 35.61%

 BLUE value IS 203 (79.69% from 255) = 29.51%

R = 34.88%
G = 35.61%
B = 29.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F0F5CB (or 0xF0F5CB) is known color: Carla. HEX triplet: F0, F5 and CB. RGB value is (240,245,203). Sum of RGB (Red+Green+Blue) = 240+245+203=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F5CB is #0F0A34. Grayscale: #EEEEEE. Windows color (decimal): -985653 or 13366768. OLE color: 13366768.

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

Color convert

RGB 240 245 203 -
CMYK 0.02 0 0.17 0.04
HSL 67.14º 0.68% 0.88% -
HSV(B) 67.14º 0.17% 0.96% -
XYZ 79.37 88.14 69.33 -
YUV 238.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 240 245 203 0.02 0 0.17 0.04 67.14 0.68 0.88
Hex F0 F5 CB 2 0 11 4 43 44 58
Octal 360 365 313 2 0 21 4 103 104 130
Binary 11110000 11110101 11001011 10 0 10001 100 1000011 1000100 1011000

Color Harmonies of #F0F5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F5CB

Black with #F0F5CB

Text Example


Text Example

White with #F0F5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F5CB; }

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

 H1.HeaderClassName
 {
   color: #F0F5CB;
 }
 .AnyTagClassName
 {
   color: #F0F5CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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