Html Css Color HEX #F0CF9F Dairy Cream

📋 copy color: '#F0CF9F'

red 240 ◦ green 207 ◦ blue 159

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

Shades of Dairy Cream #F0CF9F

Tints of Dairy Cream #F0CF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.24%

R = 39.6%
G = 34.16%
B = 26.24%

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

#F0CF9F (or 0xF0CF9F) is known color: Dairy Cream. HEX triplet: F0, CF and 9F. RGB value is (240,207,159). Sum of RGB (Red+Green+Blue) = 240+207+159=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF9F is #0F3060. Grayscale: #D3D3D3. Windows color (decimal): -995425 or 10473456. OLE color: 10473456.

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

Color convert

RGB 240 207 159 -
CMYK 0 0.14 0.34 0.06
HSL 35.56º 0.73% 0.78% -
HSV(B) 35.56º 0.34% 0.94% -
XYZ 64.51 65.65 42.07 -
YUV 211.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 240 207 159 0 0.14 0.34 0.06 35.56 0.73 0.78
Hex F0 CF 9F 0 E 22 6 24 49 4E
Octal 360 317 237 0 16 42 6 44 111 116
Binary 11110000 11001111 10011111 0 1110 100010 110 100100 1001001 1001110

Color Harmonies of #F0CF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF9F

Black with #F0CF9F

Text Example


Text Example

White with #F0CF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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