Html Css Color HEX #F2C9EC Snuff

📋 copy color: '#F2C9EC'

red 242 ◦ green 201 ◦ blue 236

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

Shades of Snuff #F2C9EC

Tints of Snuff #F2C9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.6%

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

R = 35.64%
G = 29.6%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2C9EC (or 0xF2C9EC) is known color: Snuff. HEX triplet: F2, C9 and EC. RGB value is (242,201,236). Sum of RGB (Red+Green+Blue) = 242+201+236=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C9EC is #0D3613. Grayscale: #D9D9D9. Windows color (decimal): -865812 or 15518194. OLE color: 15518194.

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

Color convert

RGB 242 201 236 -
CMYK 0 0.17 0.02 0.05
HSL 308.78º 0.61% 0.87% -
HSV(B) 308.78º 0.17% 0.95% -
XYZ 72.64 66.71 88.4 -
YUV 217.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 242 201 236 0 0.17 0.02 0.05 308.78 0.61 0.87
Hex F2 C9 EC 0 11 2 5 135 3D 57
Octal 362 311 354 0 21 2 5 465 75 127
Binary 11110010 11001001 11101100 0 10001 10 101 100110101 111101 1010111

Color Harmonies of #F2C9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C9EC

Black with #F2C9EC

Text Example


Text Example

White with #F2C9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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