Html Css Color HEX #FCC7F8 Snuff

📋 copy color: '#FCC7F8'

red 252 ◦ green 199 ◦ blue 248

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

Shades of Snuff #FCC7F8

Tints of Snuff #FCC7F8

RGB

 RED value IS 252 (98.83% from 255) = 36.05%

 GREEN value IS 199 (78.13% from 255) = 28.47%

 BLUE value IS 248 (97.27% from 255) = 35.48%

R = 36.05%
G = 28.47%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCC7F8 (or 0xFCC7F8) is known color: Snuff. HEX triplet: FC, C7 and F8. RGB value is (252,199,248). Sum of RGB (Red+Green+Blue) = 252+199+248=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 199 (78.12% from 255 or 28.47% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7F8 is #033807. Grayscale: #DCDCDC. Windows color (decimal): -210952 or 16304124. OLE color: 16304124.

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

Color convert

RGB 252 199 248 -
CMYK 0 0.21 0.02 0.01
HSL 304.53º 0.9% 0.88% -
HSV(B) 304.53º 0.21% 0.99% -
XYZ 77.51 68.32 97.91 -
YUV 220.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 252 199 248 0 0.21 0.02 0.01 304.53 0.9 0.88
Hex FC C7 F8 0 15 2 1 131 5A 58
Octal 374 307 370 0 25 2 1 461 132 130
Binary 11111100 11000111 11111000 0 10101 10 1 100110001 1011010 1011000

Color Harmonies of #FCC7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7F8

Black with #FCC7F8

Text Example


Text Example

White with #FCC7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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