Html Css Color HEX #FDB2DE Lavender Pink

📋 copy color: '#FDB2DE'

red 253 ◦ green 178 ◦ blue 222

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

Shades of Lavender Pink #FDB2DE

Tints of Lavender Pink #FDB2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34%

R = 38.74%
G = 27.26%
B = 34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDB2DE (or 0xFDB2DE) is known color: Lavender Pink. HEX triplet: FD, B2 and DE. RGB value is (253,178,222). Sum of RGB (Red+Green+Blue) = 253+178+222=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2DE is #024D21. Grayscale: #CDCDCD. Windows color (decimal): -150818 or 14594813. OLE color: 14594813.

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

Color convert

RGB 253 178 222 -
CMYK 0 0.30 0.12 0.01
HSL 324.8º 0.95% 0.85% -
HSV(B) 324.8º 0.3% 0.99% -
XYZ 69.61 58 76.63 -
YUV 205.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 253 178 222 0 0.30 0.12 0.01 324.8 0.95 0.85
Hex FD B2 DE 0 1E C 1 145 5F 55
Octal 375 262 336 0 36 14 1 505 137 125
Binary 11111101 10110010 11011110 0 11110 1100 1 101000101 1011111 1010101

Color Harmonies of #FDB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB2DE

Black with #FDB2DE

Text Example


Text Example

White with #FDB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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