Html Css Color HEX #F9CDF9 Snuff

📋 copy color: '#F9CDF9'

red 249 ◦ green 205 ◦ blue 249

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

Shades of Snuff #F9CDF9

Tints of Snuff #F9CDF9

RGB

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

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

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

R = 35.42%
G = 29.16%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9CDF9 (or 0xF9CDF9) is known color: Snuff. HEX triplet: F9, CD and F9. RGB value is (249,205,249). Sum of RGB (Red+Green+Blue) = 249+205+249=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9CDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDF9 is #063206. Grayscale: #DFDFDF. Windows color (decimal): -406023 or 16371193. OLE color: 16371193.

HSL color Cylindrical-coordinate representation of color #F9CDF9: hue angle of 300º degrees, saturation: 0.79, 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 #F9CDF9 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 205 249 -
CMYK 0 0.18 0 0.02
HSL 300º 0.79% 0.89% -
HSV(B) 300º 0.18% 0.98% -
XYZ 78 70.64 99.15 -
YUV 223.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 249 205 249 0 0.18 0 0.02 300 0.79 0.89
Hex F9 CD F9 0 12 0 2 12C 4F 59
Octal 371 315 371 0 22 0 2 454 117 131
Binary 11111001 11001101 11111001 0 10010 0 10 100101100 1001111 1011001

Color Harmonies of #F9CDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDF9

Black with #F9CDF9

Text Example


Text Example

White with #F9CDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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