Html Css Color HEX #FCB7BE Light Pink

📋 copy color: '#FCB7BE'

red 252 ◦ green 183 ◦ blue 190

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

Shades of Light Pink #FCB7BE

Tints of Light Pink #FCB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.28%

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

R = 40.32%
G = 29.28%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCB7BE (or 0xFCB7BE) is known color: Light Pink. HEX triplet: FC, B7 and BE. RGB value is (252,183,190). Sum of RGB (Red+Green+Blue) = 252+183+190=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7BE is #034841. Grayscale: #CCCCCC. Windows color (decimal): -215106 or 12498940. OLE color: 12498940.

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

Color convert

RGB 252 183 190 -
CMYK 0 0.27 0.25 0.01
HSL 353.91º 0.92% 0.85% -
HSV(B) 353.91º 0.27% 0.99% -
XYZ 66.37 58.28 56.47 -
YUV 204.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 252 183 190 0 0.27 0.25 0.01 353.91 0.92 0.85
Hex FC B7 BE 0 1B 19 1 162 5C 55
Octal 374 267 276 0 33 31 1 542 134 125
Binary 11111100 10110111 10111110 0 11011 11001 1 101100010 1011100 1010101

Color Harmonies of #FCB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7BE

Black with #FCB7BE

Text Example


Text Example

White with #FCB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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