Html Css Color HEX #F9C9FD Snuff

📋 copy color: '#F9C9FD'

red 249 ◦ green 201 ◦ blue 253

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

Shades of Snuff #F9C9FD

Tints of Snuff #F9C9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.99%

R = 35.42%
G = 28.59%
B = 35.99%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9C9FD (or 0xF9C9FD) is known color: Snuff. HEX triplet: F9, C9 and FD. RGB value is (249,201,253). Sum of RGB (Red+Green+Blue) = 249+201+253=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 201 (78.91% from 255 or 28.59% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9C9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C9FD is #063602. Grayscale: #DDDDDD. Windows color (decimal): -407043 or 16632313. OLE color: 16632313.

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

Color convert

RGB 249 201 253 -
CMYK 0.02 0.21 0 0.01
HSL 295.38º 0.93% 0.89% -
HSV(B) 295.38º 0.21% 0.99% -
XYZ 77.68 69 102.15 -
YUV 221.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 249 201 253 0.02 0.21 0 0.01 295.38 0.93 0.89
Hex F9 C9 FD 2 15 0 1 127 5D 59
Octal 371 311 375 2 25 0 1 447 135 131
Binary 11111001 11001001 11111101 10 10101 0 1 100100111 1011101 1011001

Color Harmonies of #F9C9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C9FD

Black with #F9C9FD

Text Example


Text Example

White with #F9C9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C9FD; }

 p { color: rgb(249,201,253); }

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

background-color css

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

 a { background-color: rgb(249,201,253); }

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

border-color css

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

 span { border-color: rgb(249,201,253); }

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