Html Css Color HEX #FDA8DB Lavender Pink

📋 copy color: '#FDA8DB'

red 253 ◦ green 168 ◦ blue 219

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

Shades of Lavender Pink #FDA8DB

Tints of Lavender Pink #FDA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.25%

 BLUE value IS 219 (85.94% from 255) = 34.22%

R = 39.53%
G = 26.25%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDA8DB (or 0xFDA8DB) is known color: Lavender Pink. HEX triplet: FD, A8 and DB. RGB value is (253,168,219). Sum of RGB (Red+Green+Blue) = 253+168+219=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8DB is #025724. Grayscale: #C7C7C7. Windows color (decimal): -153381 or 14395645. OLE color: 14395645.

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

Color convert

RGB 253 168 219 -
CMYK 0 0.34 0.13 0.01
HSL 324º 0.96% 0.83% -
HSV(B) 324º 0.34% 0.99% -
XYZ 67.3 54 73.89 -
YUV 199.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 253 168 219 0 0.34 0.13 0.01 324 0.96 0.83
Hex FD A8 DB 0 22 D 1 144 60 53
Octal 375 250 333 0 42 15 1 504 140 123
Binary 11111101 10101000 11011011 0 100010 1101 1 101000100 1100000 1010011

Color Harmonies of #FDA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8DB

Black with #FDA8DB

Text Example


Text Example

White with #FDA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8DB; }

 p { color: rgb(253,168,219); }

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

background-color css

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

 a { background-color: rgb(253,168,219); }

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

border-color css

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

 span { border-color: rgb(253,168,219); }

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