Html Css Color HEX #F0F4CC Carla

📋 copy color: '#F0F4CC'

red 240 ◦ green 244 ◦ blue 204

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

Shades of Carla #F0F4CC

Tints of Carla #F0F4CC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.47%

 BLUE value IS 204 (80.08% from 255) = 29.65%

R = 34.88%
G = 35.47%
B = 29.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F0F4CC (or 0xF0F4CC) is known color: Carla. HEX triplet: F0, F4 and CC. RGB value is (240,244,204). Sum of RGB (Red+Green+Blue) = 240+244+204=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4CC is #0F0B33. Grayscale: #EEEEEE. Windows color (decimal): -985908 or 13432048. OLE color: 13432048.

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

Color convert

RGB 240 244 204 -
CMYK 0.02 0 0.16 0.04
HSL 66º 0.65% 0.88% -
HSV(B) 66º 0.16% 0.96% -
XYZ 79.18 87.59 69.86 -
YUV 238.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 240 244 204 0.02 0 0.16 0.04 66 0.65 0.88
Hex F0 F4 CC 2 0 10 4 42 41 58
Octal 360 364 314 2 0 20 4 102 101 130
Binary 11110000 11110100 11001100 10 0 10000 100 1000010 1000001 1011000

Color Harmonies of #F0F4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F4CC

Black with #F0F4CC

Text Example


Text Example

White with #F0F4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F4CC; }

 p { color: rgb(240,244,204); }

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

background-color css

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

 a { background-color: rgb(240,244,204); }

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

border-color css

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

 span { border-color: rgb(240,244,204); }

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