Html Css Color HEX #F9CAFD Snuff

📋 copy color: '#F9CAFD'

red 249 ◦ green 202 ◦ blue 253

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

Shades of Snuff #F9CAFD

Tints of Snuff #F9CAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.69%

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

R = 35.37%
G = 28.69%
B = 35.94%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9CAFD (or 0xF9CAFD) is known color: Snuff. HEX triplet: F9, CA and FD. RGB value is (249,202,253). Sum of RGB (Red+Green+Blue) = 249+202+253=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 202 (79.30% from 255 or 28.69% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9CAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAFD is #063502. Grayscale: #DDDDDD. Windows color (decimal): -406787 or 16632569. OLE color: 16632569.

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

Color convert

RGB 249 202 253 -
CMYK 0.02 0.20 0 0.01
HSL 295.29º 0.93% 0.89% -
HSV(B) 295.29º 0.2% 0.99% -
XYZ 77.92 69.47 102.23 -
YUV 221.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 249 202 253 0.02 0.20 0 0.01 295.29 0.93 0.89
Hex F9 CA FD 2 14 0 1 127 5D 59
Octal 371 312 375 2 24 0 1 447 135 131
Binary 11111001 11001010 11111101 10 10100 0 1 100100111 1011101 1011001

Color Harmonies of #F9CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAFD

Black with #F9CAFD

Text Example


Text Example

White with #F9CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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