Html Css Color HEX #F0CF9D Dairy Cream

📋 copy color: '#F0CF9D'

red 240 ◦ green 207 ◦ blue 157

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

Shades of Dairy Cream #F0CF9D

Tints of Dairy Cream #F0CF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.99%

R = 39.74%
G = 34.27%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0CF9D (or 0xF0CF9D) is known color: Dairy Cream. HEX triplet: F0, CF and 9D. RGB value is (240,207,157). Sum of RGB (Red+Green+Blue) = 240+207+157=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF9D is #0F3062. Grayscale: #D3D3D3. Windows color (decimal): -995427 or 10342384. OLE color: 10342384.

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

Color convert

RGB 240 207 157 -
CMYK 0 0.14 0.35 0.06
HSL 36.14º 0.73% 0.78% -
HSV(B) 36.14º 0.35% 0.94% -
XYZ 64.33 65.59 41.17 -
YUV 211.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 240 207 157 0 0.14 0.35 0.06 36.14 0.73 0.78
Hex F0 CF 9D 0 E 23 6 24 49 4E
Octal 360 317 235 0 16 43 6 44 111 116
Binary 11110000 11001111 10011101 0 1110 100011 110 100100 1001001 1001110

Color Harmonies of #F0CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF9D

Black with #F0CF9D

Text Example


Text Example

White with #F0CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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