#FCA7AA

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

Shades of Light Pink #FCA7AA

Tints of Light Pink #FCA7AA

Color information

#FCA7AA (or 0xFCA7AA) is unknown color: approx Light Pink. HEX triplet: FC, A7 and AA. RGB value is (252,167,170). Sum of RGB (Red+Green+Blue) = 252+167+170=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA7AA is #035855. Grayscale: #C0C0C0. Windows color (decimal): -219222 or 11184124. OLE color: 11184124.

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

Color convert

RGB252167170-
CMYK00.340.330.01
HSL357.88º93.41%82.16%-
HSV(B)357.88º33.73%98.82%-
XYZ61.2251.2444.69-
YUV192.76115.16170.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 167 (65.62% from 255) = 28.35%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=42.78%
G=28.35%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216717000.340.330.01357.8893.4182.16
HexFCA7AA0222111665d52
Octal374247252042411546135122
Binary1111110010100111101010100100010100001110110011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA7AA; }

 p { color: rgb(252,167,170); }

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

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

 a { background-color: rgb(252,167,170); }

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

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

 span { border-color: rgb(252,167,170); }

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