Html Css Color HEX #F0CCE9 Snuff

📋 copy color: '#F0CCE9'

red 240 ◦ green 204 ◦ blue 233

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

Shades of Snuff #F0CCE9

Tints of Snuff #F0CCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.13%

 BLUE value IS 233 (91.41% from 255) = 34.42%

R = 35.45%
G = 30.13%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F0CCE9 (or 0xF0CCE9) is known color: Snuff. HEX triplet: F0, CC and E9. RGB value is (240,204,233). Sum of RGB (Red+Green+Blue) = 240+204+233=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCE9 is #0F3316. Grayscale: #D9D9D9. Windows color (decimal): -996119 or 15322352. OLE color: 15322352.

HSL color Cylindrical-coordinate representation of color #F0CCE9: hue angle of 311.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CCE9 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 233 -
CMYK 0 0.15 0.03 0.06
HSL 311.67º 0.55% 0.87% -
HSV(B) 311.67º 0.15% 0.94% -
XYZ 72.24 67.59 86.33 -
YUV 218.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 240 204 233 0 0.15 0.03 0.06 311.67 0.55 0.87
Hex F0 CC E9 0 F 3 6 138 37 57
Octal 360 314 351 0 17 3 6 470 67 127
Binary 11110000 11001100 11101001 0 1111 11 110 100111000 110111 1010111

Color Harmonies of #F0CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCE9

Black with #F0CCE9

Text Example


Text Example

White with #F0CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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