#FCACAD

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

Shades of Light Pink #FCACAD

Tints of Light Pink #FCACAD

Color information

#FCACAD (or 0xFCACAD) is unknown color: approx Light Pink. HEX triplet: FC, AC and AD. RGB value is (252,172,173). Sum of RGB (Red+Green+Blue) = 252+172+173=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACAD is #035352. Grayscale: #C4C4C4. Windows color (decimal): -217939 or 11382012. OLE color: 11382012.

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

Color convert

RGB252172173-
CMYK00.320.310.01
HSL359.25º93.02%83.14%-
HSV(B)359.25º31.75%98.82%-
XYZ62.4453.2246.52-
YUV196.03115167.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=42.21%
G=28.81%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217217300.320.310.01359.2593.0283.14
HexFCACAD0201F11675d53
Octal374254255040371547135123
Binary111111001010110010101101010000011111110110011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACAD; }

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

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

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

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

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

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

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

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