Html Css Color HEX #FCC5BB Your Pink

📋 copy color: '#FCC5BB'

red 252 ◦ green 197 ◦ blue 187

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

Shades of Your Pink #FCC5BB

Tints of Your Pink #FCC5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.4%

R = 39.62%
G = 30.97%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCC5BB (or 0xFCC5BB) is known color: Your Pink. HEX triplet: FC, C5 and BB. RGB value is (252,197,187). Sum of RGB (Red+Green+Blue) = 252+197+187=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5BB is #033A44. Grayscale: #D4D4D4. Windows color (decimal): -211525 or 12305916. OLE color: 12305916.

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

Color convert

RGB 252 197 187 -
CMYK 0 0.22 0.26 0.01
HSL 9.23º 0.92% 0.86% -
HSV(B) 9.23º 0.26% 0.99% -
XYZ 69.08 64.22 55.77 -
YUV 212.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 252 197 187 0 0.22 0.26 0.01 9.23 0.92 0.86
Hex FC C5 BB 0 16 1A 1 9 5C 56
Octal 374 305 273 0 26 32 1 11 134 126
Binary 11111100 11000101 10111011 0 10110 11010 1 1001 1011100 1010110

Color Harmonies of #FCC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5BB

Black with #FCC5BB

Text Example


Text Example

White with #FCC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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