Html Css Color HEX #FDA9B9 Light Pink

📋 copy color: '#FDA9B9'

red 253 ◦ green 169 ◦ blue 185

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

Shades of Light Pink #FDA9B9

Tints of Light Pink #FDA9B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.48%

R = 41.68%
G = 27.84%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDA9B9 (or 0xFDA9B9) is known color: Light Pink. HEX triplet: FD, A9 and B9. RGB value is (253,169,185). Sum of RGB (Red+Green+Blue) = 253+169+185=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9B9 is #025646. Grayscale: #C3C3C3. Windows color (decimal): -153159 or 12167677. OLE color: 12167677.

HSL color Cylindrical-coordinate representation of color #FDA9B9: hue angle of 348.57º 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 #FDA9B9 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 185 -
CMYK 0 0.33 0.27 0.01
HSL 348.57º 0.95% 0.83% -
HSV(B) 348.57º 0.33% 0.99% -
XYZ 63.45 52.76 52.74 -
YUV 195.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 253 169 185 0 0.33 0.27 0.01 348.57 0.95 0.83
Hex FD A9 B9 0 21 1B 1 15D 5F 53
Octal 375 251 271 0 41 33 1 535 137 123
Binary 11111101 10101001 10111001 0 100001 11011 1 101011101 1011111 1010011

Color Harmonies of #FDA9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9B9

Black with #FDA9B9

Text Example


Text Example

White with #FDA9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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