#FCAEB7

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

Shades of Light Pink #FCAEB7

Tints of Light Pink #FCAEB7

Color information

#FCAEB7 (or 0xFCAEB7) is unknown color: approx Light Pink. HEX triplet: FC, AE and B7. RGB value is (252,174,183). Sum of RGB (Red+Green+Blue) = 252+174+183=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEB7 is #035148. Grayscale: #C6C6C6. Windows color (decimal): -217417 or 12037884. OLE color: 12037884.

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

Color convert

RGB252174183-
CMYK00.310.270.01
HSL353.08º92.86%83.53%-
HSV(B)353.08º30.95%98.82%-
XYZ63.8354.3951.93-
YUV198.35119.34166.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 183 (71.88% from 255) = 30.05%
R=41.38%
G=28.57%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217418300.310.270.01353.0892.8683.53
HexFCAEB701F1B11615d54
Octal374256267037331541135124
Binary11111100101011101011011101111111011110110000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEB7; }

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

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

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

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

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

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

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

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