Html Css Color HEX #FDA6DB Lavender Rose

📋 copy color: '#FDA6DB'

red 253 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #FDA6DB

Tints of Lavender Rose #FDA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.02%

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

R = 39.66%
G = 26.02%
B = 34.33%

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

#FDA6DB (or 0xFDA6DB) is known color: Lavender Rose. HEX triplet: FD, A6 and DB. RGB value is (253,166,219). Sum of RGB (Red+Green+Blue) = 253+166+219=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6DB is #025924. Grayscale: #C5C5C5. Windows color (decimal): -153893 or 14395133. OLE color: 14395133.

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

Color convert

RGB 253 166 219 -
CMYK 0 0.34 0.13 0.01
HSL 323.45º 0.96% 0.82% -
HSV(B) 323.45º 0.34% 0.99% -
XYZ 66.93 53.27 73.77 -
YUV 198.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 253 166 219 0 0.34 0.13 0.01 323.45 0.96 0.82
Hex FD A6 DB 0 22 D 1 143 60 52
Octal 375 246 333 0 42 15 1 503 140 122
Binary 11111101 10100110 11011011 0 100010 1101 1 101000011 1100000 1010010

Color Harmonies of #FDA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6DB

Black with #FDA6DB

Text Example


Text Example

White with #FDA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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