Html Css Color HEX #FCC3B2 Your Pink

📋 copy color: '#FCC3B2'

red 252 ◦ green 195 ◦ blue 178

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

Shades of Your Pink #FCC3B2

Tints of Your Pink #FCC3B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.48%

R = 40.32%
G = 31.2%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCC3B2 (or 0xFCC3B2) is known color: Your Pink. HEX triplet: FC, C3 and B2. RGB value is (252,195,178). Sum of RGB (Red+Green+Blue) = 252+195+178=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3B2 is #033C4D. Grayscale: #D2D2D2. Windows color (decimal): -212046 or 11715580. OLE color: 11715580.

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

Color convert

RGB 252 195 178 -
CMYK 0 0.23 0.29 0.01
HSL 13.78º 0.93% 0.84% -
HSV(B) 13.78º 0.29% 0.99% -
XYZ 67.7 62.94 50.7 -
YUV 210.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 252 195 178 0 0.23 0.29 0.01 13.78 0.93 0.84
Hex FC C3 B2 0 17 1D 1 E 5C 54
Octal 374 303 262 0 27 35 1 16 134 124
Binary 11111100 11000011 10110010 0 10111 11101 1 1110 1011100 1010100

Color Harmonies of #FCC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3B2

Black with #FCC3B2

Text Example


Text Example

White with #FCC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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