Html Css Color HEX #FCC5B9 Your Pink

📋 copy color: '#FCC5B9'

red 252 ◦ green 197 ◦ blue 185

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

Shades of Your Pink #FCC5B9

Tints of Your Pink #FCC5B9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.07%

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

R = 39.75%
G = 31.07%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCC5B9 (or 0xFCC5B9) is known color: Your Pink. HEX triplet: FC, C5 and B9. RGB value is (252,197,185). Sum of RGB (Red+Green+Blue) = 252+197+185=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5B9 is #033A46. Grayscale: #D4D4D4. Windows color (decimal): -211527 or 12174844. OLE color: 12174844.

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

Color convert

RGB 252 197 185 -
CMYK 0 0.22 0.27 0.01
HSL 10.75º 0.92% 0.86% -
HSV(B) 10.75º 0.27% 0.99% -
XYZ 68.87 64.13 54.65 -
YUV 212.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 252 197 185 0 0.22 0.27 0.01 10.75 0.92 0.86
Hex FC C5 B9 0 16 1B 1 B 5C 56
Octal 374 305 271 0 26 33 1 13 134 126
Binary 11111100 11000101 10111001 0 10110 11011 1 1011 1011100 1010110

Color Harmonies of #FCC5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5B9

Black with #FCC5B9

Text Example


Text Example

White with #FCC5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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