Html Css Color HEX #FDA9B3 Light Pink

📋 copy color: '#FDA9B3'

red 253 ◦ green 169 ◦ blue 179

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

Shades of Light Pink #FDA9B3

Tints of Light Pink #FDA9B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.78%

R = 42.1%
G = 28.12%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDA9B3 (or 0xFDA9B3) is known color: Light Pink. HEX triplet: FD, A9 and B3. RGB value is (253,169,179). Sum of RGB (Red+Green+Blue) = 253+169+179=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9B3 is #02564C. Grayscale: #C3C3C3. Windows color (decimal): -153165 or 11774461. OLE color: 11774461.

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

Color convert

RGB 253 169 179 -
CMYK 0 0.33 0.29 0.01
HSL 352.86º 0.95% 0.83% -
HSV(B) 352.86º 0.33% 0.99% -
XYZ 62.83 52.51 49.47 -
YUV 195.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 253 169 179 0 0.33 0.29 0.01 352.86 0.95 0.83
Hex FD A9 B3 0 21 1D 1 161 5F 53
Octal 375 251 263 0 41 35 1 541 137 123
Binary 11111101 10101001 10110011 0 100001 11101 1 101100001 1011111 1010011

Color Harmonies of #FDA9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9B3

Black with #FDA9B3

Text Example


Text Example

White with #FDA9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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