Html Css Color HEX #FCC3F3 Snuff

📋 copy color: '#FCC3F3'

red 252 ◦ green 195 ◦ blue 243

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

Shades of Snuff #FCC3F3

Tints of Snuff #FCC3F3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.26%

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

R = 36.52%
G = 28.26%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCC3F3 (or 0xFCC3F3) is known color: Snuff. HEX triplet: FC, C3 and F3. RGB value is (252,195,243). Sum of RGB (Red+Green+Blue) = 252+195+243=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 195 (76.56% from 255 or 28.26% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3F3 is #033C0C. Grayscale: #D9D9D9. Windows color (decimal): -211981 or 15975420. OLE color: 15975420.

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

Color convert

RGB 252 195 243 -
CMYK 0 0.23 0.04 0.01
HSL 309.47º 0.9% 0.88% -
HSV(B) 309.47º 0.23% 0.99% -
XYZ 75.84 66.2 93.57 -
YUV 217.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 252 195 243 0 0.23 0.04 0.01 309.47 0.9 0.88
Hex FC C3 F3 0 17 4 1 135 5A 58
Octal 374 303 363 0 27 4 1 465 132 130
Binary 11111100 11000011 11110011 0 10111 100 1 100110101 1011010 1011000

Color Harmonies of #FCC3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3F3

Black with #FCC3F3

Text Example


Text Example

White with #FCC3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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