Html Css Color HEX #FCC4F3 Snuff

📋 copy color: '#FCC4F3'

red 252 ◦ green 196 ◦ blue 243

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

Shades of Snuff #FCC4F3

Tints of Snuff #FCC4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.17%

R = 36.47%
G = 28.36%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCC4F3 (or 0xFCC4F3) is known color: Snuff. HEX triplet: FC, C4 and F3. RGB value is (252,196,243). Sum of RGB (Red+Green+Blue) = 252+196+243=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 196 (76.95% from 255 or 28.36% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4F3 is #033B0C. Grayscale: #D9D9D9. Windows color (decimal): -211725 or 15975676. OLE color: 15975676.

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

Color convert

RGB 252 196 243 -
CMYK 0 0.22 0.04 0.01
HSL 309.64º 0.9% 0.88% -
HSV(B) 309.64º 0.22% 0.99% -
XYZ 76.06 66.65 93.65 -
YUV 218.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 252 196 243 0 0.22 0.04 0.01 309.64 0.9 0.88
Hex FC C4 F3 0 16 4 1 136 5A 58
Octal 374 304 363 0 26 4 1 466 132 130
Binary 11111100 11000100 11110011 0 10110 100 1 100110110 1011010 1011000

Color Harmonies of #FCC4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4F3

Black with #FCC4F3

Text Example


Text Example

White with #FCC4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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