Html Css Color HEX #F0CF9E Dairy Cream

📋 copy color: '#F0CF9E'

red 240 ◦ green 207 ◦ blue 158

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

Shades of Dairy Cream #F0CF9E

Tints of Dairy Cream #F0CF9E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.21%

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

R = 39.67%
G = 34.21%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0CF9E (or 0xF0CF9E) is known color: Dairy Cream. HEX triplet: F0, CF and 9E. RGB value is (240,207,158). Sum of RGB (Red+Green+Blue) = 240+207+158=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF9E is #0F3061. Grayscale: #D3D3D3. Windows color (decimal): -995426 or 10407920. OLE color: 10407920.

HSL color Cylindrical-coordinate representation of color #F0CF9E: hue angle of 35.85º 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 #F0CF9E is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 158 -
CMYK 0 0.14 0.34 0.06
HSL 35.85º 0.73% 0.78% -
HSV(B) 35.85º 0.34% 0.94% -
XYZ 64.42 65.62 41.62 -
YUV 211.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 240 207 158 0 0.14 0.34 0.06 35.85 0.73 0.78
Hex F0 CF 9E 0 E 22 6 24 49 4E
Octal 360 317 236 0 16 42 6 44 111 116
Binary 11110000 11001111 10011110 0 1110 100010 110 100100 1001001 1001110

Color Harmonies of #F0CF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF9E

Black with #F0CF9E

Text Example


Text Example

White with #F0CF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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