#FCADAE

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

Shades of Light Pink #FCADAE

Tints of Light Pink #FCADAE

Color information

#FCADAE (or 0xFCADAE) is unknown color: approx Light Pink. HEX triplet: FC, AD and AE. RGB value is (252,173,174). Sum of RGB (Red+Green+Blue) = 252+173+174=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADAE is #035251. Grayscale: #C4C4C4. Windows color (decimal): -217682 or 11447804. OLE color: 11447804.

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

Color convert

RGB252173174-
CMYK00.310.310.01
HSL359.24º92.94%83.33%-
HSV(B)359.24º31.35%98.82%-
XYZ62.7353.6447.09-
YUV196.74115.17167.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=42.07%
G=28.88%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217317400.310.310.01359.2492.9483.33
HexFCADAE01F1F11675d53
Octal374255256037371547135123
Binary11111100101011011010111001111111111110110011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADAE; }

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

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

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

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

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

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

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

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