Html Css Color HEX #F8CAF3 Snuff

📋 copy color: '#F8CAF3'

red 248 ◦ green 202 ◦ blue 243

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

Shades of Snuff #F8CAF3

Tints of Snuff #F8CAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.06%

R = 35.79%
G = 29.15%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8CAF3 (or 0xF8CAF3) is known color: Snuff. HEX triplet: F8, CA and F3. RGB value is (248,202,243). Sum of RGB (Red+Green+Blue) = 248+202+243=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAF3 is #07350C. Grayscale: #DCDCDC. Windows color (decimal): -472333 or 15977208. OLE color: 15977208.

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

Color convert

RGB 248 202 243 -
CMYK 0 0.19 0.02 0.03
HSL 306.52º 0.77% 0.88% -
HSV(B) 306.52º 0.19% 0.97% -
XYZ 76.01 68.67 94.04 -
YUV 220.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 248 202 243 0 0.19 0.02 0.03 306.52 0.77 0.88
Hex F8 CA F3 0 13 2 3 133 4D 58
Octal 370 312 363 0 23 2 3 463 115 130
Binary 11111000 11001010 11110011 0 10011 10 11 100110011 1001101 1011000

Color Harmonies of #F8CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CAF3

Black with #F8CAF3

Text Example


Text Example

White with #F8CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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