Html Css Color HEX #F8CAF6 Snuff

📋 copy color: '#F8CAF6'

red 248 ◦ green 202 ◦ blue 246

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

Shades of Snuff #F8CAF6

Tints of Snuff #F8CAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.34%

R = 35.63%
G = 29.02%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8CAF6 (or 0xF8CAF6) is known color: Snuff. HEX triplet: F8, CA and F6. RGB value is (248,202,246). Sum of RGB (Red+Green+Blue) = 248+202+246=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAF6 is #073509. Grayscale: #DCDCDC. Windows color (decimal): -472330 or 16173816. OLE color: 16173816.

HSL color Cylindrical-coordinate representation of color #F8CAF6: hue angle of 302.61º 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 #F8CAF6 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 246 -
CMYK 0 0.19 0.01 0.03
HSL 302.61º 0.77% 0.88% -
HSV(B) 302.61º 0.19% 0.97% -
XYZ 76.47 68.85 96.45 -
YUV 220.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 248 202 246 0 0.19 0.01 0.03 302.61 0.77 0.88
Hex F8 CA F6 0 13 1 3 12F 4D 58
Octal 370 312 366 0 23 1 3 457 115 130
Binary 11111000 11001010 11110110 0 10011 1 11 100101111 1001101 1011000

Color Harmonies of #F8CAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CAF6

Black with #F8CAF6

Text Example


Text Example

White with #F8CAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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