Html Css Color HEX #FCB5BE Light Pink

📋 copy color: '#FCB5BE'

red 252 ◦ green 181 ◦ blue 190

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

Shades of Light Pink #FCB5BE

Tints of Light Pink #FCB5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.5%

R = 40.45%
G = 29.05%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCB5BE (or 0xFCB5BE) is known color: Light Pink. HEX triplet: FC, B5 and BE. RGB value is (252,181,190). Sum of RGB (Red+Green+Blue) = 252+181+190=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5BE is #034A41. Grayscale: #CBCBCB. Windows color (decimal): -215618 or 12498428. OLE color: 12498428.

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

Color convert

RGB 252 181 190 -
CMYK 0 0.28 0.25 0.01
HSL 352.39º 0.92% 0.85% -
HSV(B) 352.39º 0.28% 0.99% -
XYZ 65.96 57.46 56.33 -
YUV 203.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 252 181 190 0 0.28 0.25 0.01 352.39 0.92 0.85
Hex FC B5 BE 0 1C 19 1 160 5C 55
Octal 374 265 276 0 34 31 1 540 134 125
Binary 11111100 10110101 10111110 0 11100 11001 1 101100000 1011100 1010101

Color Harmonies of #FCB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5BE

Black with #FCB5BE

Text Example


Text Example

White with #FCB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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