Html Css Color HEX #F9CAEF Snuff

📋 copy color: '#F9CAEF'

red 249 ◦ green 202 ◦ blue 239

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

Shades of Snuff #F9CAEF

Tints of Snuff #F9CAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.64%

R = 36.09%
G = 29.28%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9CAEF (or 0xF9CAEF) is known color: Snuff. HEX triplet: F9, CA and EF. RGB value is (249,202,239). Sum of RGB (Red+Green+Blue) = 249+202+239=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAEF is #063510. Grayscale: #DCDCDC. Windows color (decimal): -406801 or 15715065. OLE color: 15715065.

HSL color Cylindrical-coordinate representation of color #F9CAEF: hue angle of 312.77º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CAEF is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 202 239 -
CMYK 0 0.19 0.04 0.02
HSL 312.77º 0.8% 0.88% -
HSV(B) 312.77º 0.19% 0.98% -
XYZ 75.77 68.61 90.91 -
YUV 220.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 249 202 239 0 0.19 0.04 0.02 312.77 0.8 0.88
Hex F9 CA EF 0 13 4 2 139 50 58
Octal 371 312 357 0 23 4 2 471 120 130
Binary 11111001 11001010 11101111 0 10011 100 10 100111001 1010000 1011000

Color Harmonies of #F9CAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CAEF

Black with #F9CAEF

Text Example


Text Example

White with #F9CAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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