Html Css Color HEX #FDADB9 Light Pink

📋 copy color: '#FDADB9'

red 253 ◦ green 173 ◦ blue 185

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

Shades of Light Pink #FDADB9

Tints of Light Pink #FDADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.31%

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

R = 41.41%
G = 28.31%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDADB9 (or 0xFDADB9) is known color: Light Pink. HEX triplet: FD, AD and B9. RGB value is (253,173,185). Sum of RGB (Red+Green+Blue) = 253+173+185=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADB9 is #025246. Grayscale: #C6C6C6. Windows color (decimal): -152135 or 12168701. OLE color: 12168701.

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

Color convert

RGB 253 173 185 -
CMYK 0 0.32 0.27 0.01
HSL 351º 0.95% 0.84% -
HSV(B) 351º 0.32% 0.99% -
XYZ 64.21 54.27 52.99 -
YUV 198.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 253 173 185 0 0.32 0.27 0.01 351 0.95 0.84
Hex FD AD B9 0 20 1B 1 15F 5F 54
Octal 375 255 271 0 40 33 1 537 137 124
Binary 11111101 10101101 10111001 0 100000 11011 1 101011111 1011111 1010100

Color Harmonies of #FDADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADB9

Black with #FDADB9

Text Example


Text Example

White with #FDADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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