Html Css Color HEX #FAD5B0 Pink Lady

📋 copy color: '#FAD5B0'

red 250 ◦ green 213 ◦ blue 176

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

Shades of Pink Lady #FAD5B0

Tints of Pink Lady #FAD5B0

RGB

 RED value IS 250 (98.05% from 255) = 39.12%

 GREEN value IS 213 (83.59% from 255) = 33.33%

 BLUE value IS 176 (69.14% from 255) = 27.54%

R = 39.12%
G = 33.33%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAD5B0 (or 0xFAD5B0) is known color: Pink Lady. HEX triplet: FA, D5 and B0. RGB value is (250,213,176). Sum of RGB (Red+Green+Blue) = 250+213+176=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD5B0 is #052A4F. Grayscale: #DCDCDC. Windows color (decimal): -338512 or 11589114. OLE color: 11589114.

HSL color Cylindrical-coordinate representation of color #FAD5B0: hue angle of 30º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAD5B0 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 176 -
CMYK 0 0.15 0.30 0.02
HSL 30º 0.88% 0.84% -
HSV(B) 30º 0.3% 0.98% -
XYZ 71.06 71.05 51.04 -
YUV 219.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 250 213 176 0 0.15 0.30 0.02 30 0.88 0.84
Hex FA D5 B0 0 F 1E 2 1E 58 54
Octal 372 325 260 0 17 36 2 36 130 124
Binary 11111010 11010101 10110000 0 1111 11110 10 11110 1011000 1010100

Color Harmonies of #FAD5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5B0

Black with #FAD5B0

Text Example


Text Example

White with #FAD5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5B0; }

 p { color: rgb(250,213,176); }

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

background-color css

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

 a { background-color: rgb(250,213,176); }

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

border-color css

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

 span { border-color: rgb(250,213,176); }

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