Html Css Color HEX #FDADB5 Light Pink

📋 copy color: '#FDADB5'

red 253 ◦ green 173 ◦ blue 181

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

Shades of Light Pink #FDADB5

Tints of Light Pink #FDADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.82%

R = 41.68%
G = 28.5%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDADB5 (or 0xFDADB5) is known color: Light Pink. HEX triplet: FD, AD and B5. RGB value is (253,173,181). Sum of RGB (Red+Green+Blue) = 253+173+181=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADB5 is #02524A. Grayscale: #C5C5C5. Windows color (decimal): -152139 or 11906557. OLE color: 11906557.

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

Color convert

RGB 253 173 181 -
CMYK 0 0.32 0.28 0.01
HSL 354º 0.95% 0.84% -
HSV(B) 354º 0.32% 0.99% -
XYZ 63.79 54.11 50.8 -
YUV 197.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 253 173 181 0 0.32 0.28 0.01 354 0.95 0.84
Hex FD AD B5 0 20 1C 1 162 5F 54
Octal 375 255 265 0 40 34 1 542 137 124
Binary 11111101 10101101 10110101 0 100000 11100 1 101100010 1011111 1010100

Color Harmonies of #FDADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADB5

Black with #FDADB5

Text Example


Text Example

White with #FDADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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