Html Css Color HEX #FCB5B7 Light Pink

📋 copy color: '#FCB5B7'

red 252 ◦ green 181 ◦ blue 183

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

Shades of Light Pink #FCB5B7

Tints of Light Pink #FCB5B7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.38%

 BLUE value IS 183 (71.88% from 255) = 29.71%

R = 40.91%
G = 29.38%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCB5B7 (or 0xFCB5B7) is known color: Light Pink. HEX triplet: FC, B5 and B7. RGB value is (252,181,183). Sum of RGB (Red+Green+Blue) = 252+181+183=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5B7 is #034A48. Grayscale: #CACACA. Windows color (decimal): -215625 or 12039676. OLE color: 12039676.

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

Color convert

RGB 252 181 183 -
CMYK 0 0.28 0.27 0.01
HSL 358.31º 0.92% 0.85% -
HSV(B) 358.31º 0.28% 0.99% -
XYZ 65.22 57.16 52.4 -
YUV 202.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 252 181 183 0 0.28 0.27 0.01 358.31 0.92 0.85
Hex FC B5 B7 0 1C 1B 1 166 5C 55
Octal 374 265 267 0 34 33 1 546 134 125
Binary 11111100 10110101 10110111 0 11100 11011 1 101100110 1011100 1010101

Color Harmonies of #FCB5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5B7

Black with #FCB5B7

Text Example


Text Example

White with #FCB5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5B7; }

 p { color: rgb(252,181,183); }

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

background-color css

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

 a { background-color: rgb(252,181,183); }

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

border-color css

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

 span { border-color: rgb(252,181,183); }

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