Html Css Color HEX #FDB4DD Lavender Pink

📋 copy color: '#FDB4DD'

red 253 ◦ green 180 ◦ blue 221

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

Shades of Lavender Pink #FDB4DD

Tints of Lavender Pink #FDB4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.52%

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

R = 38.69%
G = 27.52%
B = 33.79%

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

#FDB4DD (or 0xFDB4DD) is known color: Lavender Pink. HEX triplet: FD, B4 and DD. RGB value is (253,180,221). Sum of RGB (Red+Green+Blue) = 253+180+221=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4DD is #024B22. Grayscale: #CECECE. Windows color (decimal): -150307 or 14529789. OLE color: 14529789.

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

Color convert

RGB 253 180 221 -
CMYK 0 0.29 0.13 0.01
HSL 326.3º 0.95% 0.85% -
HSV(B) 326.3º 0.29% 0.99% -
XYZ 69.88 58.75 76.06 -
YUV 206.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 253 180 221 0 0.29 0.13 0.01 326.3 0.95 0.85
Hex FD B4 DD 0 1D D 1 146 5F 55
Octal 375 264 335 0 35 15 1 506 137 125
Binary 11111101 10110100 11011101 0 11101 1101 1 101000110 1011111 1010101

Color Harmonies of #FDB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4DD

Black with #FDB4DD

Text Example


Text Example

White with #FDB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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