#FCB3B5

Color #FCB3B5 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FCB3B5

Tints of Light Pink #FCB3B5

Color information

#FCB3B5 (or 0xFCB3B5) is unknown color: approx Light Pink. HEX triplet: FC, B3 and B5. RGB value is (252,179,181). Sum of RGB (Red+Green+Blue) = 252+179+181=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3B5 is #034C4A. Grayscale: #C9C9C9. Windows color (decimal): -216139 or 11908092. OLE color: 11908092.

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

Color convert

RGB252179181-
CMYK00.290.280.01
HSL358.36º92.41%84.51%-
HSV(B)358.36º28.97%98.82%-
XYZ64.6156.2751.17-
YUV201.06116.68164.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 181 (71.09% from 255) = 29.58%
R=41.18%
G=29.25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217918100.290.280.01358.3692.4184.51
HexFCB3B501D1C11665c55
Octal374263265035341546134125
Binary11111100101100111011010101110111100110110011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3B5; }

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

 H1.HeaderClassName
 {
   color: #FCB3B5;
 }
 .AnyTagClassName
 {
   color: #FCB3B5;
 }
</style>
background-color css

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

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

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

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

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

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