Html Css Color HEX #F0D29E Dairy Cream

📋 copy color: '#F0D29E'

red 240 ◦ green 210 ◦ blue 158

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

Shades of Dairy Cream #F0D29E

Tints of Dairy Cream #F0D29E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.54%

 BLUE value IS 158 (62.11% from 255) = 25.99%

R = 39.47%
G = 34.54%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0D29E (or 0xF0D29E) is known color: Dairy Cream. HEX triplet: F0, D2 and 9E. RGB value is (240,210,158). Sum of RGB (Red+Green+Blue) = 240+210+158=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D29E is #0F2D61. Grayscale: #D5D5D5. Windows color (decimal): -994658 or 10408688. OLE color: 10408688.

HSL color Cylindrical-coordinate representation of color #F0D29E: hue angle of 38.05º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0D29E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 210 158 -
CMYK 0 0.12 0.34 0.06
HSL 38.05º 0.73% 0.78% -
HSV(B) 38.05º 0.34% 0.94% -
XYZ 65.15 67.09 41.86 -
YUV 213.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 240 210 158 0 0.12 0.34 0.06 38.05 0.73 0.78
Hex F0 D2 9E 0 C 22 6 26 49 4E
Octal 360 322 236 0 14 42 6 46 111 116
Binary 11110000 11010010 10011110 0 1100 100010 110 100110 1001001 1001110

Color Harmonies of #F0D29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D29E

Black with #F0D29E

Text Example


Text Example

White with #F0D29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D29E; }

 p { color: rgb(240,210,158); }

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

background-color css

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

 a { background-color: rgb(240,210,158); }

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

border-color css

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

 span { border-color: rgb(240,210,158); }

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