#FCA5B3

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

Shades of Light Pink #FCA5B3

Tints of Light Pink #FCA5B3

Color information

#FCA5B3 (or 0xFCA5B3) is unknown color: approx Light Pink. HEX triplet: FC, A5 and B3. RGB value is (252,165,179). Sum of RGB (Red+Green+Blue) = 252+165+179=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5B3 is #035A4C. Grayscale: #C0C0C0. Windows color (decimal): -219725 or 11773436. OLE color: 11773436.

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

Color convert

RGB252165179-
CMYK00.350.290.01
HSL350.34º93.55%81.76%-
HSV(B)350.34º34.52%98.82%-
XYZ61.7450.8649.21-
YUV192.61120.32170.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 165 (64.84% from 255) = 27.68%
BLUE value IS 179 (70.31% from 255) = 30.03%
R=42.28%
G=27.68%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216517900.350.290.01350.3493.5581.76
HexFCA5B30231D115e5e52
Octal374245263043351536136122
Binary111111001010010110110011010001111101110101111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5B3; }

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

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

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

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

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

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

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

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