Html Css Color HEX #FDB2DD Lavender Pink

📋 copy color: '#FDB2DD'

red 253 ◦ green 178 ◦ blue 221

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

Shades of Lavender Pink #FDB2DD

Tints of Lavender Pink #FDB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.3%

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

R = 38.8%
G = 27.3%
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

#FDB2DD (or 0xFDB2DD) is known color: Lavender Pink. HEX triplet: FD, B2 and DD. RGB value is (253,178,221). Sum of RGB (Red+Green+Blue) = 253+178+221=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2DD is #024D22. Grayscale: #CDCDCD. Windows color (decimal): -150819 or 14529277. OLE color: 14529277.

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

Color convert

RGB 253 178 221 -
CMYK 0 0.30 0.13 0.01
HSL 325.6º 0.95% 0.85% -
HSV(B) 325.6º 0.3% 0.99% -
XYZ 69.48 57.94 75.93 -
YUV 205.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 253 178 221 0 0.30 0.13 0.01 325.6 0.95 0.85
Hex FD B2 DD 0 1E D 1 146 5F 55
Octal 375 262 335 0 36 15 1 506 137 125
Binary 11111101 10110010 11011101 0 11110 1101 1 101000110 1011111 1010101

Color Harmonies of #FDB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB2DD

Black with #FDB2DD

Text Example


Text Example

White with #FDB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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