Html Css Color HEX #F8CAFA Snuff

📋 copy color: '#F8CAFA'

red 248 ◦ green 202 ◦ blue 250

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

Shades of Snuff #F8CAFA

Tints of Snuff #F8CAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.71%

R = 35.43%
G = 28.86%
B = 35.71%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8CAFA (or 0xF8CAFA) is known color: Snuff. HEX triplet: F8, CA and FA. RGB value is (248,202,250). Sum of RGB (Red+Green+Blue) = 248+202+250=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAFA is #073505. Grayscale: #DDDDDD. Windows color (decimal): -472326 or 16435960. OLE color: 16435960.

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

Color convert

RGB 248 202 250 -
CMYK 0.01 0.19 0 0.02
HSL 297.5º 0.83% 0.89% -
HSV(B) 297.5º 0.19% 0.98% -
XYZ 77.09 69.1 99.72 -
YUV 221.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 248 202 250 0.01 0.19 0 0.02 297.5 0.83 0.89
Hex F8 CA FA 1 13 0 2 12A 53 59
Octal 370 312 372 1 23 0 2 452 123 131
Binary 11111000 11001010 11111010 1 10011 0 10 100101010 1010011 1011001

Color Harmonies of #F8CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CAFA

Black with #F8CAFA

Text Example


Text Example

White with #F8CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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