#FCAEBD

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

Shades of Light Pink #FCAEBD

Tints of Light Pink #FCAEBD

Color information

#FCAEBD (or 0xFCAEBD) is unknown color: approx Light Pink. HEX triplet: FC, AE and BD. RGB value is (252,174,189). Sum of RGB (Red+Green+Blue) = 252+174+189=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEBD is #035142. Grayscale: #C7C7C7. Windows color (decimal): -217411 or 12431100. OLE color: 12431100.

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

Color convert

RGB252174189-
CMYK00.310.250.01
HSL348.46º92.86%83.53%-
HSV(B)348.46º30.95%98.82%-
XYZ64.4754.6455.29-
YUV199.03122.34165.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=40.98%
G=28.29%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217418900.310.250.01348.4692.8683.53
HexFCAEBD01F19115c5d54
Octal374256275037311534135124
Binary11111100101011101011110101111111001110101110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEBD; }

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

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

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

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

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

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

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

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