Html Css Color HEX #F9CDFB Snuff

📋 copy color: '#F9CDFB'

red 249 ◦ green 205 ◦ blue 251

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

Shades of Snuff #F9CDFB

Tints of Snuff #F9CDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.6%

R = 35.32%
G = 29.08%
B = 35.6%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9CDFB (or 0xF9CDFB) is known color: Snuff. HEX triplet: F9, CD and FB. RGB value is (249,205,251). Sum of RGB (Red+Green+Blue) = 249+205+251=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 205 (80.47% from 255 or 29.08% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDFB is #063204. Grayscale: #DFDFDF. Windows color (decimal): -406021 or 16502265. OLE color: 16502265.

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

Color convert

RGB 249 205 251 -
CMYK 0.01 0.18 0 0.02
HSL 297.39º 0.85% 0.89% -
HSV(B) 297.39º 0.18% 0.98% -
XYZ 78.31 70.77 100.8 -
YUV 223.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 249 205 251 0.01 0.18 0 0.02 297.39 0.85 0.89
Hex F9 CD FB 1 12 0 2 129 55 59
Octal 371 315 373 1 22 0 2 451 125 131
Binary 11111001 11001101 11111011 1 10010 0 10 100101001 1010101 1011001

Color Harmonies of #F9CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDFB

Black with #F9CDFB

Text Example


Text Example

White with #F9CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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