Html Css Color HEX #FCC8FF Snuff

📋 copy color: '#FCC8FF'

red 252 ◦ green 200 ◦ blue 255

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

Shades of Snuff #FCC8FF

Tints of Snuff #FCC8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.29%

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

R = 35.64%
G = 28.29%
B = 36.07%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCC8FF (or 0xFCC8FF) is known color: Snuff. HEX triplet: FC, C8 and FF. RGB value is (252,200,255). Sum of RGB (Red+Green+Blue) = 252+200+255=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 200 (78.52% from 255 or 28.29% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8FF is #033700. Grayscale: #DDDDDD. Windows color (decimal): -210689 or 16763132. OLE color: 16763132.

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

Color convert

RGB 252 200 255 -
CMYK 0.01 0.22 0 0
HSL 296.73º 1% 0.89% -
HSV(B) 296.73º 0.22% 1% -
XYZ 78.85 69.22 103.81 -
YUV 221.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 252 200 255 0.01 0.22 0 0 296.73 1 0.89
Hex FC C8 FF 1 16 0 0 129 64 59
Octal 374 310 377 1 26 0 0 451 144 131
Binary 11111100 11001000 11111111 1 10110 0 0 100101001 1100100 1011001

Color Harmonies of #FCC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8FF

Black with #FCC8FF

Text Example


Text Example

White with #FCC8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8FF; }

 p { color: rgb(252,200,255); }

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

background-color css

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

 a { background-color: rgb(252,200,255); }

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

border-color css

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

 span { border-color: rgb(252,200,255); }

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