Html Css Color HEX #FDADB7 Light Pink

📋 copy color: '#FDADB7'

red 253 ◦ green 173 ◦ blue 183

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

Shades of Light Pink #FDADB7

Tints of Light Pink #FDADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.05%

R = 41.54%
G = 28.41%
B = 30.05%

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

#FDADB7 (or 0xFDADB7) is known color: Light Pink. HEX triplet: FD, AD and B7. RGB value is (253,173,183). Sum of RGB (Red+Green+Blue) = 253+173+183=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADB7 is #025248. Grayscale: #C6C6C6. Windows color (decimal): -152137 or 12037629. OLE color: 12037629.

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

Color convert

RGB 253 173 183 -
CMYK 0 0.32 0.28 0.01
HSL 352.5º 0.95% 0.84% -
HSV(B) 352.5º 0.32% 0.99% -
XYZ 64 54.19 51.89 -
YUV 198.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 253 173 183 0 0.32 0.28 0.01 352.5 0.95 0.84
Hex FD AD B7 0 20 1C 1 160 5F 54
Octal 375 255 267 0 40 34 1 540 137 124
Binary 11111101 10101101 10110111 0 100000 11100 1 101100000 1011111 1010100

Color Harmonies of #FDADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADB7

Black with #FDADB7

Text Example


Text Example

White with #FDADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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