Html Css Color HEX #F8CAFF Snuff

📋 copy color: '#F8CAFF'

red 248 ◦ green 202 ◦ blue 255

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

Shades of Snuff #F8CAFF

Tints of Snuff #F8CAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.17%

R = 35.18%
G = 28.65%
B = 36.17%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8CAFF (or 0xF8CAFF) is known color: Snuff. HEX triplet: F8, CA and FF. RGB value is (248,202,255). Sum of RGB (Red+Green+Blue) = 248+202+255=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAFF is #073500. Grayscale: #DDDDDD. Windows color (decimal): -472321 or 16763640. OLE color: 16763640.

HSL color Cylindrical-coordinate representation of color #F8CAFF: hue angle of 292.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8CAFF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 202 255 -
CMYK 0.03 0.21 0 0
HSL 292.08º 1% 0.9% -
HSV(B) 292.08º 0.21% 1% -
XYZ 77.88 69.42 103.9 -
YUV 221.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 248 202 255 0.03 0.21 0 0 292.08 1 0.9
Hex F8 CA FF 3 15 0 0 124 64 5A
Octal 370 312 377 3 25 0 0 444 144 132
Binary 11111000 11001010 11111111 11 10101 0 0 100100100 1100100 1011010

Color Harmonies of #F8CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CAFF

Black with #F8CAFF

Text Example


Text Example

White with #F8CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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