Html Css Color HEX #F2C4EC Snuff

📋 copy color: '#F2C4EC'

red 242 ◦ green 196 ◦ blue 236

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

Shades of Snuff #F2C4EC

Tints of Snuff #F2C4EC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.08%

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

R = 35.91%
G = 29.08%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2C4EC (or 0xF2C4EC) is known color: Snuff. HEX triplet: F2, C4 and EC. RGB value is (242,196,236). Sum of RGB (Red+Green+Blue) = 242+196+236=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C4EC is #0D3B13. Grayscale: #D6D6D6. Windows color (decimal): -867092 or 15516914. OLE color: 15516914.

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

Color convert

RGB 242 196 236 -
CMYK 0 0.19 0.02 0.05
HSL 307.83º 0.64% 0.86% -
HSV(B) 307.83º 0.19% 0.95% -
XYZ 71.5 64.41 88.02 -
YUV 214.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 242 196 236 0 0.19 0.02 0.05 307.83 0.64 0.86
Hex F2 C4 EC 0 13 2 5 134 40 56
Octal 362 304 354 0 23 2 5 464 100 126
Binary 11110010 11000100 11101100 0 10011 10 101 100110100 1000000 1010110

Color Harmonies of #F2C4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C4EC

Black with #F2C4EC

Text Example


Text Example

White with #F2C4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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