Html Css Color HEX #F8CAEF Snuff

📋 copy color: '#F8CAEF'

red 248 ◦ green 202 ◦ blue 239

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

Shades of Snuff #F8CAEF

Tints of Snuff #F8CAEF

RGB

 RED value IS 248 (97.27% from 255) = 35.99%

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

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

R = 35.99%
G = 29.32%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8CAEF (or 0xF8CAEF) is known color: Snuff. HEX triplet: F8, CA and EF. RGB value is (248,202,239). Sum of RGB (Red+Green+Blue) = 248+202+239=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAEF is #073510. Grayscale: #DBDBDB. Windows color (decimal): -472337 or 15715064. OLE color: 15715064.

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

Color convert

RGB 248 202 239 -
CMYK 0 0.19 0.04 0.03
HSL 311.74º 0.77% 0.88% -
HSV(B) 311.74º 0.19% 0.97% -
XYZ 75.41 68.43 90.89 -
YUV 219.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 248 202 239 0 0.19 0.04 0.03 311.74 0.77 0.88
Hex F8 CA EF 0 13 4 3 138 4D 58
Octal 370 312 357 0 23 4 3 470 115 130
Binary 11111000 11001010 11101111 0 10011 100 11 100111000 1001101 1011000

Color Harmonies of #F8CAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CAEF

Black with #F8CAEF

Text Example


Text Example

White with #F8CAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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