Html Css Color HEX #F9C5FF Snuff

📋 copy color: '#F9C5FF'

red 249 ◦ green 197 ◦ blue 255

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

Shades of Snuff #F9C5FF

Tints of Snuff #F9C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.1%

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

R = 35.52%
G = 28.1%
B = 36.38%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9C5FF (or 0xF9C5FF) is known color: Snuff. HEX triplet: F9, C5 and FF. RGB value is (249,197,255). Sum of RGB (Red+Green+Blue) = 249+197+255=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C5FF is #063A00. Grayscale: #DADADA. Windows color (decimal): -408065 or 16762361. OLE color: 16762361.

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

Color convert

RGB 249 197 255 -
CMYK 0.02 0.23 0 0
HSL 293.79º 1% 0.89% -
HSV(B) 293.79º 0.23% 1% -
XYZ 77.08 67.29 103.53 -
YUV 219.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 249 197 255 0.02 0.23 0 0 293.79 1 0.89
Hex F9 C5 FF 2 17 0 0 126 64 59
Octal 371 305 377 2 27 0 0 446 144 131
Binary 11111001 11000101 11111111 10 10111 0 0 100100110 1100100 1011001

Color Harmonies of #F9C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C5FF

Black with #F9C5FF

Text Example


Text Example

White with #F9C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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