Html Css Color HEX #FDB0DD Lavender Pink

📋 copy color: '#FDB0DD'

red 253 ◦ green 176 ◦ blue 221

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

Shades of Lavender Pink #FDB0DD

Tints of Lavender Pink #FDB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.08%

 BLUE value IS 221 (86.72% from 255) = 34%

R = 38.92%
G = 27.08%
B = 34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDB0DD (or 0xFDB0DD) is known color: Lavender Pink. HEX triplet: FD, B0 and DD. RGB value is (253,176,221). Sum of RGB (Red+Green+Blue) = 253+176+221=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0DD is #024F22. Grayscale: #CCCCCC. Windows color (decimal): -151331 or 14528765. OLE color: 14528765.

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

Color convert

RGB 253 176 221 -
CMYK 0 0.30 0.13 0.01
HSL 324.94º 0.95% 0.84% -
HSV(B) 324.94º 0.3% 0.99% -
XYZ 69.08 57.15 75.8 -
YUV 204.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 253 176 221 0 0.30 0.13 0.01 324.94 0.95 0.84
Hex FD B0 DD 0 1E D 1 145 5F 54
Octal 375 260 335 0 36 15 1 505 137 124
Binary 11111101 10110000 11011101 0 11110 1101 1 101000101 1011111 1010100

Color Harmonies of #FDB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0DD

Black with #FDB0DD

Text Example


Text Example

White with #FDB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0DD; }

 p { color: rgb(253,176,221); }

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

background-color css

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

 a { background-color: rgb(253,176,221); }

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

border-color css

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

 span { border-color: rgb(253,176,221); }

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