Html Css Color HEX #FCC7FB Snuff

📋 copy color: '#FCC7FB'

red 252 ◦ green 199 ◦ blue 251

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

Shades of Snuff #FCC7FB

Tints of Snuff #FCC7FB

RGB

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

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

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

R = 35.9%
G = 28.35%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCC7FB (or 0xFCC7FB) is known color: Snuff. HEX triplet: FC, C7 and FB. RGB value is (252,199,251). Sum of RGB (Red+Green+Blue) = 252+199+251=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 199 (78.12% from 255 or 28.35% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7FB is #033804. Grayscale: #DCDCDC. Windows color (decimal): -210949 or 16500732. OLE color: 16500732.

HSL color Cylindrical-coordinate representation of color #FCC7FB: hue angle of 301.13º 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 #FCC7FB is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 251 -
CMYK 0 0.21 0.00 0.01
HSL 301.13º 0.9% 0.88% -
HSV(B) 301.13º 0.21% 0.99% -
XYZ 77.98 68.51 100.38 -
YUV 220.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 252 199 251 0 0.21 0.00 0.01 301.13 0.9 0.88
Hex FC C7 FB 0 15 0 1 12D 5A 58
Octal 374 307 373 0 25 0 1 455 132 130
Binary 11111100 11000111 11111011 0 10101 0 1 100101101 1011010 1011000

Color Harmonies of #FCC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7FB

Black with #FCC7FB

Text Example


Text Example

White with #FCC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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