Html Css Color HEX #F9CEF2 Snuff

📋 copy color: '#F9CEF2'

red 249 ◦ green 206 ◦ blue 242

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

Shades of Snuff #F9CEF2

Tints of Snuff #F9CEF2

RGB

 RED value IS 249 (97.66% from 255) = 35.72%

 GREEN value IS 206 (80.86% from 255) = 29.56%

 BLUE value IS 242 (94.92% from 255) = 34.72%

R = 35.72%
G = 29.56%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F9CEF2 (or 0xF9CEF2) is known color: Snuff. HEX triplet: F9, CE and F2. RGB value is (249,206,242). Sum of RGB (Red+Green+Blue) = 249+206+242=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEF2 is #06310D. Grayscale: #DEDEDE. Windows color (decimal): -405774 or 15912697. OLE color: 15912697.

HSL color Cylindrical-coordinate representation of color #F9CEF2: hue angle of 309.77º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CEF2 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 206 242 -
CMYK 0 0.17 0.03 0.02
HSL 309.77º 0.78% 0.89% -
HSV(B) 309.77º 0.17% 0.98% -
XYZ 77.17 70.69 93.58 -
YUV 222.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 249 206 242 0 0.17 0.03 0.02 309.77 0.78 0.89
Hex F9 CE F2 0 11 3 2 136 4E 59
Octal 371 316 362 0 21 3 2 466 116 131
Binary 11111001 11001110 11110010 0 10001 11 10 100110110 1001110 1011001

Color Harmonies of #F9CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CEF2

Black with #F9CEF2

Text Example


Text Example

White with #F9CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CEF2; }

 p { color: rgb(249,206,242); }

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

background-color css

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

 a { background-color: rgb(249,206,242); }

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

border-color css

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

 span { border-color: rgb(249,206,242); }

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