Html Css Color HEX #FCC5BD Your Pink

📋 copy color: '#FCC5BD'

red 252 ◦ green 197 ◦ blue 189

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

Shades of Your Pink #FCC5BD

Tints of Your Pink #FCC5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.62%

R = 39.5%
G = 30.88%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCC5BD (or 0xFCC5BD) is known color: Your Pink. HEX triplet: FC, C5 and BD. RGB value is (252,197,189). Sum of RGB (Red+Green+Blue) = 252+197+189=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5BD is #033A42. Grayscale: #D4D4D4. Windows color (decimal): -211523 or 12436988. OLE color: 12436988.

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

Color convert

RGB 252 197 189 -
CMYK 0 0.22 0.25 0.01
HSL 7.62º 0.91% 0.86% -
HSV(B) 7.62º 0.25% 0.99% -
XYZ 69.3 64.3 56.9 -
YUV 212.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 252 197 189 0 0.22 0.25 0.01 7.62 0.91 0.86
Hex FC C5 BD 0 16 19 1 8 5B 56
Octal 374 305 275 0 26 31 1 10 133 126
Binary 11111100 11000101 10111101 0 10110 11001 1 1000 1011011 1010110

Color Harmonies of #FCC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5BD

Black with #FCC5BD

Text Example


Text Example

White with #FCC5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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