Html Css Color HEX #F2CCEC Snuff

📋 copy color: '#F2CCEC'

red 242 ◦ green 204 ◦ blue 236

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

Shades of Snuff #F2CCEC

Tints of Snuff #F2CCEC

RGB

 RED value IS 242 (94.92% from 255) = 35.48%

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

 BLUE value IS 236 (92.58% from 255) = 34.6%

R = 35.48%
G = 29.91%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2CCEC (or 0xF2CCEC) is known color: Snuff. HEX triplet: F2, CC and EC. RGB value is (242,204,236). Sum of RGB (Red+Green+Blue) = 242+204+236=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCEC is #0D3313. Grayscale: #DADADA. Windows color (decimal): -865044 or 15518962. OLE color: 15518962.

HSL color Cylindrical-coordinate representation of color #F2CCEC: hue angle of 309.47º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCEC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 236 -
CMYK 0 0.16 0.02 0.05
HSL 309.47º 0.59% 0.87% -
HSV(B) 309.47º 0.16% 0.95% -
XYZ 73.35 68.12 88.64 -
YUV 219.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 242 204 236 0 0.16 0.02 0.05 309.47 0.59 0.87
Hex F2 CC EC 0 10 2 5 135 3B 57
Octal 362 314 354 0 20 2 5 465 73 127
Binary 11110010 11001100 11101100 0 10000 10 101 100110101 111011 1010111

Color Harmonies of #F2CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCEC

Black with #F2CCEC

Text Example


Text Example

White with #F2CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCEC; }

 p { color: rgb(242,204,236); }

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

background-color css

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

 a { background-color: rgb(242,204,236); }

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

border-color css

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

 span { border-color: rgb(242,204,236); }

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