Html Css Color HEX #FDB3DD Lavender Pink

📋 copy color: '#FDB3DD'

red 253 ◦ green 179 ◦ blue 221

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

Shades of Lavender Pink #FDB3DD

Tints of Lavender Pink #FDB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.41%

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

R = 38.74%
G = 27.41%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDB3DD (or 0xFDB3DD) is known color: Lavender Pink. HEX triplet: FD, B3 and DD. RGB value is (253,179,221). Sum of RGB (Red+Green+Blue) = 253+179+221=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3DD is #024C22. Grayscale: #CDCDCD. Windows color (decimal): -150563 or 14529533. OLE color: 14529533.

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

Color convert

RGB 253 179 221 -
CMYK 0 0.29 0.13 0.01
HSL 325.95º 0.95% 0.85% -
HSV(B) 325.95º 0.29% 0.99% -
XYZ 69.68 58.34 76 -
YUV 205.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 253 179 221 0 0.29 0.13 0.01 325.95 0.95 0.85
Hex FD B3 DD 0 1D D 1 146 5F 55
Octal 375 263 335 0 35 15 1 506 137 125
Binary 11111101 10110011 11011101 0 11101 1101 1 101000110 1011111 1010101

Color Harmonies of #FDB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3DD

Black with #FDB3DD

Text Example


Text Example

White with #FDB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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