Html Css Color HEX #F9CAFE Snuff

📋 copy color: '#F9CAFE'

red 249 ◦ green 202 ◦ blue 254

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

Shades of Snuff #F9CAFE

Tints of Snuff #F9CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.03%

R = 35.32%
G = 28.65%
B = 36.03%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9CAFE (or 0xF9CAFE) is known color: Snuff. HEX triplet: F9, CA and FE. RGB value is (249,202,254). Sum of RGB (Red+Green+Blue) = 249+202+254=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAFE is #063501. Grayscale: #DDDDDD. Windows color (decimal): -406786 or 16698105. OLE color: 16698105.

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

Color convert

RGB 249 202 254 -
CMYK 0.02 0.20 0 0.00
HSL 294.23º 0.96% 0.89% -
HSV(B) 294.23º 0.2% 1% -
XYZ 78.08 69.54 103.07 -
YUV 221.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 249 202 254 0.02 0.20 0 0.00 294.23 0.96 0.89
Hex F9 CA FE 2 14 0 0 126 60 59
Octal 371 312 376 2 24 0 0 446 140 131
Binary 11111001 11001010 11111110 10 10100 0 0 100100110 1100000 1011001

Color Harmonies of #F9CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAFE

Black with #F9CAFE

Text Example


Text Example

White with #F9CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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