Html Css Color HEX #FCCCFB Snuff

📋 copy color: '#FCCCFB'

red 252 ◦ green 204 ◦ blue 251

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

Shades of Snuff #FCCCFB

Tints of Snuff #FCCCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.85%

 BLUE value IS 251 (98.44% from 255) = 35.5%

R = 35.64%
G = 28.85%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCCCFB (or 0xFCCCFB) is known color: Snuff. HEX triplet: FC, CC and FB. RGB value is (252,204,251). Sum of RGB (Red+Green+Blue) = 252+204+251=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCFB is #033304. Grayscale: #DFDFDF. Windows color (decimal): -209669 or 16502012. OLE color: 16502012.

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

Color convert

RGB 252 204 251 -
CMYK 0 0.19 0.00 0.01
HSL 301.25º 0.89% 0.89% -
HSV(B) 301.25º 0.19% 0.99% -
XYZ 79.15 70.85 100.77 -
YUV 223.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 252 204 251 0 0.19 0.00 0.01 301.25 0.89 0.89
Hex FC CC FB 0 13 0 1 12D 59 59
Octal 374 314 373 0 23 0 1 455 131 131
Binary 11111100 11001100 11111011 0 10011 0 1 100101101 1011001 1011001

Color Harmonies of #FCCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCFB

Black with #FCCCFB

Text Example


Text Example

White with #FCCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCFB; }

 p { color: rgb(252,204,251); }

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

background-color css

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

 a { background-color: rgb(252,204,251); }

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

border-color css

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

 span { border-color: rgb(252,204,251); }

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