Html Css Color HEX #FDADB1 Light Pink

📋 copy color: '#FDADB1'

red 253 ◦ green 173 ◦ blue 177

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

Shades of Light Pink #FDADB1

Tints of Light Pink #FDADB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.35%

R = 41.96%
G = 28.69%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDADB1 (or 0xFDADB1) is known color: Light Pink. HEX triplet: FD, AD and B1. RGB value is (253,173,177). Sum of RGB (Red+Green+Blue) = 253+173+177=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADB1 is #02524E. Grayscale: #C5C5C5. Windows color (decimal): -152143 or 11644413. OLE color: 11644413.

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

Color convert

RGB 253 173 177 -
CMYK 0 0.32 0.30 0.01
HSL 357º 0.95% 0.84% -
HSV(B) 357º 0.32% 0.99% -
XYZ 63.39 53.94 48.67 -
YUV 197.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 253 173 177 0 0.32 0.30 0.01 357 0.95 0.84
Hex FD AD B1 0 20 1E 1 165 5F 54
Octal 375 255 261 0 40 36 1 545 137 124
Binary 11111101 10101101 10110001 0 100000 11110 1 101100101 1011111 1010100

Color Harmonies of #FDADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADB1

Black with #FDADB1

Text Example


Text Example

White with #FDADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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