Html Css Color HEX #FDB0DC Lavender Pink

📋 copy color: '#FDB0DC'

red 253 ◦ green 176 ◦ blue 220

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

Shades of Lavender Pink #FDB0DC

Tints of Lavender Pink #FDB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.9%

R = 38.98%
G = 27.12%
B = 33.9%

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

#FDB0DC (or 0xFDB0DC) is known color: Lavender Pink. HEX triplet: FD, B0 and DC. RGB value is (253,176,220). Sum of RGB (Red+Green+Blue) = 253+176+220=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0DC is #024F23. Grayscale: #CBCBCB. Windows color (decimal): -151332 or 14463229. OLE color: 14463229.

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

Color convert

RGB 253 176 220 -
CMYK 0 0.30 0.13 0.01
HSL 325.71º 0.95% 0.84% -
HSV(B) 325.71º 0.3% 0.99% -
XYZ 68.95 57.1 75.1 -
YUV 204.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 253 176 220 0 0.30 0.13 0.01 325.71 0.95 0.84
Hex FD B0 DC 0 1E D 1 146 5F 54
Octal 375 260 334 0 36 15 1 506 137 124
Binary 11111101 10110000 11011100 0 11110 1101 1 101000110 1011111 1010100

Color Harmonies of #FDB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB0DC

Black with #FDB0DC

Text Example


Text Example

White with #FDB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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