Html Css Color HEX #F8CDFC Snuff

📋 copy color: '#F8CDFC'

red 248 ◦ green 205 ◦ blue 252

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

Shades of Snuff #F8CDFC

Tints of Snuff #F8CDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.08%

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

R = 35.18%
G = 29.08%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8CDFC (or 0xF8CDFC) is known color: Snuff. HEX triplet: F8, CD and FC. RGB value is (248,205,252). Sum of RGB (Red+Green+Blue) = 248+205+252=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 205 (80.47% from 255 or 29.08% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDFC is #073203. Grayscale: #DFDFDF. Windows color (decimal): -471556 or 16567800. OLE color: 16567800.

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

Color convert

RGB 248 205 252 -
CMYK 0.02 0.19 0 0.01
HSL 294.89º 0.89% 0.9% -
HSV(B) 294.89º 0.19% 0.99% -
XYZ 78.11 70.65 101.61 -
YUV 223.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 248 205 252 0.02 0.19 0 0.01 294.89 0.89 0.9
Hex F8 CD FC 2 13 0 1 127 59 5A
Octal 370 315 374 2 23 0 1 447 131 132
Binary 11111000 11001101 11111100 10 10011 0 1 100100111 1011001 1011010

Color Harmonies of #F8CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CDFC

Black with #F8CDFC

Text Example


Text Example

White with #F8CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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