Html Css Color HEX #F9CDFF Snuff

📋 copy color: '#F9CDFF'

red 249 ◦ green 205 ◦ blue 255

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

Shades of Snuff #F9CDFF

Tints of Snuff #F9CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 28.91%

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

R = 35.12%
G = 28.91%
B = 35.97%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9CDFF (or 0xF9CDFF) is known color: Snuff. HEX triplet: F9, CD and FF. RGB value is (249,205,255). Sum of RGB (Red+Green+Blue) = 249+205+255=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 205 (80.47% from 255 or 28.91% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDFF is #063200. Grayscale: #DFDFDF. Windows color (decimal): -406017 or 16764409. OLE color: 16764409.

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

Color convert

RGB 249 205 255 -
CMYK 0.02 0.20 0 0
HSL 292.8º 1% 0.9% -
HSV(B) 292.8º 0.2% 1% -
XYZ 78.95 71.02 104.16 -
YUV 223.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 249 205 255 0.02 0.20 0 0 292.8 1 0.9
Hex F9 CD FF 2 14 0 0 125 64 5A
Octal 371 315 377 2 24 0 0 445 144 132
Binary 11111001 11001101 11111111 10 10100 0 0 100100101 1100100 1011010

Color Harmonies of #F9CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDFF

Black with #F9CDFF

Text Example


Text Example

White with #F9CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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