#FDACAD

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

Shades of Light Pink #FDACAD

Tints of Light Pink #FDACAD

Color information

#FDACAD (or 0xFDACAD) is unknown color: approx Light Pink. HEX triplet: FD, AC and AD. RGB value is (253,172,173). Sum of RGB (Red+Green+Blue) = 253+172+173=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACAD is #025352. Grayscale: #C4C4C4. Windows color (decimal): -152403 or 11382013. OLE color: 11382013.

HSL color Cylindrical-coordinate representation of color #FDACAD: hue angle of 359.26º degrees, saturation: 0.95, 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 #FDACAD is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253172173-
CMYK00.320.320.01
HSL359.26º95.29%83.33%-
HSV(B)359.26º32.02%99.22%-
XYZ62.853.446.53-
YUV196.33114.84168.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 173 (67.97% from 255) = 28.93%
R=42.31%
G=28.76%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317217300.320.320.01359.2695.2983.33
HexFDACAD0202011675f53
Octal375254255040401547137123
Binary1111110110101100101011010100000100000110110011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACAD; }

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

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

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

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

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

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

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

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