Html Css Color HEX #F8CFFC Snuff

📋 copy color: '#F8CFFC'

red 248 ◦ green 207 ◦ blue 252

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

Shades of Snuff #F8CFFC

Tints of Snuff #F8CFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.28%

 BLUE value IS 252 (98.83% from 255) = 35.64%

R = 35.08%
G = 29.28%
B = 35.64%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8CFFC (or 0xF8CFFC) is known color: Snuff. HEX triplet: F8, CF and FC. RGB value is (248,207,252). Sum of RGB (Red+Green+Blue) = 248+207+252=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFFC is #073003. Grayscale: #E0E0E0. Windows color (decimal): -471044 or 16568312. OLE color: 16568312.

HSL color Cylindrical-coordinate representation of color #F8CFFC: hue angle of 294.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CFFC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 207 252 -
CMYK 0.02 0.18 0 0.01
HSL 294.67º 0.88% 0.9% -
HSV(B) 294.67º 0.18% 0.99% -
XYZ 78.59 71.61 101.78 -
YUV 224.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 248 207 252 0.02 0.18 0 0.01 294.67 0.88 0.9
Hex F8 CF FC 2 12 0 1 127 58 5A
Octal 370 317 374 2 22 0 1 447 130 132
Binary 11111000 11001111 11111100 10 10010 0 1 100100111 1011000 1011010

Color Harmonies of #F8CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CFFC

Black with #F8CFFC

Text Example


Text Example

White with #F8CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CFFC; }

 p { color: rgb(248,207,252); }

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

background-color css

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

 a { background-color: rgb(248,207,252); }

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

border-color css

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

 span { border-color: rgb(248,207,252); }

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