Html Css Color HEX #F9CEFF Snuff

📋 copy color: '#F9CEFF'

red 249 ◦ green 206 ◦ blue 255

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

Shades of Snuff #F9CEFF

Tints of Snuff #F9CEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.92%

R = 35.07%
G = 29.01%
B = 35.92%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9CEFF (or 0xF9CEFF) is known color: Snuff. HEX triplet: F9, CE and FF. RGB value is (249,206,255). Sum of RGB (Red+Green+Blue) = 249+206+255=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 206 (80.86% from 255 or 29.01% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEFF is #063100. Grayscale: #E0E0E0. Windows color (decimal): -405761 or 16764665. OLE color: 16764665.

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

Color convert

RGB 249 206 255 -
CMYK 0.02 0.19 0 0
HSL 292.65º 1% 0.9% -
HSV(B) 292.65º 0.19% 1% -
XYZ 79.19 71.5 104.24 -
YUV 224.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 249 206 255 0.02 0.19 0 0 292.65 1 0.9
Hex F9 CE FF 2 13 0 0 125 64 5A
Octal 371 316 377 2 23 0 0 445 144 132
Binary 11111001 11001110 11111111 10 10011 0 0 100100101 1100100 1011010

Color Harmonies of #F9CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CEFF

Black with #F9CEFF

Text Example


Text Example

White with #F9CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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