Html Css Color HEX #FCC4FB Snuff

📋 copy color: '#FCC4FB'

red 252 ◦ green 196 ◦ blue 251

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

Shades of Snuff #FCC4FB

Tints of Snuff #FCC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.04%

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

R = 36.05%
G = 28.04%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCC4FB (or 0xFCC4FB) is known color: Snuff. HEX triplet: FC, C4 and FB. RGB value is (252,196,251). Sum of RGB (Red+Green+Blue) = 252+196+251=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 196 (76.95% from 255 or 28.04% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4FB is #033B04. Grayscale: #DADADA. Windows color (decimal): -211717 or 16499964. OLE color: 16499964.

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

Color convert

RGB 252 196 251 -
CMYK 0 0.22 0.00 0.01
HSL 301.07º 0.9% 0.88% -
HSV(B) 301.07º 0.22% 0.99% -
XYZ 77.3 67.14 100.15 -
YUV 219.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 252 196 251 0 0.22 0.00 0.01 301.07 0.9 0.88
Hex FC C4 FB 0 16 0 1 12D 5A 58
Octal 374 304 373 0 26 0 1 455 132 130
Binary 11111100 11000100 11111011 0 10110 0 1 100101101 1011010 1011000

Color Harmonies of #FCC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4FB

Black with #FCC4FB

Text Example


Text Example

White with #FCC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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