Html Css Color HEX #FCC3B9 Your Pink

📋 copy color: '#FCC3B9'

red 252 ◦ green 195 ◦ blue 185

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

Shades of Your Pink #FCC3B9

Tints of Your Pink #FCC3B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.27%

R = 39.87%
G = 30.85%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCC3B9 (or 0xFCC3B9) is known color: Your Pink. HEX triplet: FC, C3 and B9. RGB value is (252,195,185). Sum of RGB (Red+Green+Blue) = 252+195+185=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3B9 is #033C46. Grayscale: #D2D2D2. Windows color (decimal): -212039 or 12174332. OLE color: 12174332.

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

Color convert

RGB 252 195 185 -
CMYK 0 0.23 0.27 0.01
HSL 8.96º 0.92% 0.86% -
HSV(B) 8.96º 0.27% 0.99% -
XYZ 68.42 63.23 54.5 -
YUV 210.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 252 195 185 0 0.23 0.27 0.01 8.96 0.92 0.86
Hex FC C3 B9 0 17 1B 1 9 5C 56
Octal 374 303 271 0 27 33 1 11 134 126
Binary 11111100 11000011 10111001 0 10111 11011 1 1001 1011100 1010110

Color Harmonies of #FCC3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3B9

Black with #FCC3B9

Text Example


Text Example

White with #FCC3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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