#FCAEBC

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

Shades of Light Pink #FCAEBC

Tints of Light Pink #FCAEBC

Color information

#FCAEBC (or 0xFCAEBC) is unknown color: approx Light Pink. HEX triplet: FC, AE and BC. RGB value is (252,174,188). Sum of RGB (Red+Green+Blue) = 252+174+188=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEBC is #035143. Grayscale: #C6C6C6. Windows color (decimal): -217412 or 12365564. OLE color: 12365564.

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

Color convert

RGB252174188-
CMYK00.310.250.01
HSL349.23º92.86%83.53%-
HSV(B)349.23º30.95%98.82%-
XYZ64.3654.654.72-
YUV198.92121.84165.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=41.04%
G=28.34%
B=30.62%

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
Decimal25217418800.310.250.01349.2392.8683.53
HexFCAEBC01F19115d5d54
Octal374256274037311535135124
Binary11111100101011101011110001111111001110101110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEBC; }

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

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

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

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

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

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

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

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