#FDA8AC

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

Shades of Light Pink #FDA8AC

Tints of Light Pink #FDA8AC

Color information

#FDA8AC (or 0xFDA8AC) is unknown color: approx Light Pink. HEX triplet: FD, A8 and AC. RGB value is (253,168,172). Sum of RGB (Red+Green+Blue) = 253+168+172=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA8AC is #025753. Grayscale: #C1C1C1. Windows color (decimal): -153428 or 11315453. OLE color: 11315453.

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

Color convert

RGB253168172-
CMYK00.340.320.01
HSL357.18º95.51%82.55%-
HSV(B)357.18º33.6%99.22%-
XYZ61.9651.8745.78-
YUV193.87115.66170.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 168 (66.02% from 255) = 28.33%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=42.66%
G=28.33%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316817200.340.320.01357.1895.5182.55
HexFDA8AC0222011656053
Octal375250254042401545140123
Binary1111110110101000101011000100010100000110110010111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8AC; }

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

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

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

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

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

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

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

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