Html Css Color HEX #FDA9AC Light Pink

📋 copy color: '#FDA9AC'

red 253 ◦ green 169 ◦ blue 172

#FDA9AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #FDA9AC

Tints of Light Pink #FDA9AC

RGB

 RED value IS 253 (99.22% from 255) = 42.59%

 GREEN value IS 169 (66.41% from 255) = 28.45%

 BLUE value IS 172 (67.58% from 255) = 28.96%

R = 42.59%
G = 28.45%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDA9AC (or 0xFDA9AC) is known color: Light Pink. HEX triplet: FD, A9 and AC. RGB value is (253,169,172). Sum of RGB (Red+Green+Blue) = 253+169+172=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9AC is #025653. Grayscale: #C2C2C2. Windows color (decimal): -153172 or 11315709. OLE color: 11315709.

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

Color convert

RGB 253 169 172 -
CMYK 0 0.33 0.32 0.01
HSL 357.86º 0.95% 0.83% -
HSV(B) 357.86º 0.33% 0.99% -
XYZ 62.14 52.24 45.84 -
YUV 194.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 253 169 172 0 0.33 0.32 0.01 357.86 0.95 0.83
Hex FD A9 AC 0 21 20 1 166 5F 53
Octal 375 251 254 0 41 40 1 546 137 123
Binary 11111101 10101001 10101100 0 100001 100000 1 101100110 1011111 1010011

Color Harmonies of #FDA9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9AC

Black with #FDA9AC

Text Example


Text Example

White with #FDA9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9AC; }

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

 H1.HeaderClassName
 {
   color: #FDA9AC;
 }
 .AnyTagClassName
 {
   color: #FDA9AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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