Html Css Color HEX #FCB3BE Light Pink

📋 copy color: '#FCB3BE'

red 252 ◦ green 179 ◦ blue 190

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

Shades of Light Pink #FCB3BE

Tints of Light Pink #FCB3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.82%

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

R = 40.58%
G = 28.82%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCB3BE (or 0xFCB3BE) is known color: Light Pink. HEX triplet: FC, B3 and BE. RGB value is (252,179,190). Sum of RGB (Red+Green+Blue) = 252+179+190=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3BE is #034C41. Grayscale: #CACACA. Windows color (decimal): -216130 or 12497916. OLE color: 12497916.

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

Color convert

RGB 252 179 190 -
CMYK 0 0.29 0.25 0.01
HSL 350.96º 0.92% 0.85% -
HSV(B) 350.96º 0.29% 0.99% -
XYZ 65.56 56.65 56.2 -
YUV 202.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 252 179 190 0 0.29 0.25 0.01 350.96 0.92 0.85
Hex FC B3 BE 0 1D 19 1 15F 5C 55
Octal 374 263 276 0 35 31 1 537 134 125
Binary 11111100 10110011 10111110 0 11101 11001 1 101011111 1011100 1010101

Color Harmonies of #FCB3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3BE

Black with #FCB3BE

Text Example


Text Example

White with #FCB3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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