Html Css Color HEX #FDA7DB Lavender Rose

📋 copy color: '#FDA7DB'

red 253 ◦ green 167 ◦ blue 219

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

Shades of Lavender Rose #FDA7DB

Tints of Lavender Rose #FDA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.13%

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

R = 39.59%
G = 26.13%
B = 34.27%

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

#FDA7DB (or 0xFDA7DB) is known color: Lavender Rose. HEX triplet: FD, A7 and DB. RGB value is (253,167,219). Sum of RGB (Red+Green+Blue) = 253+167+219=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7DB is #025824. Grayscale: #C6C6C6. Windows color (decimal): -153637 or 14395389. OLE color: 14395389.

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

Color convert

RGB 253 167 219 -
CMYK 0 0.34 0.13 0.01
HSL 323.72º 0.96% 0.82% -
HSV(B) 323.72º 0.34% 0.99% -
XYZ 67.11 53.63 73.83 -
YUV 198.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 253 167 219 0 0.34 0.13 0.01 323.72 0.96 0.82
Hex FD A7 DB 0 22 D 1 144 60 52
Octal 375 247 333 0 42 15 1 504 140 122
Binary 11111101 10100111 11011011 0 100010 1101 1 101000100 1100000 1010010

Color Harmonies of #FDA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA7DB

Black with #FDA7DB

Text Example


Text Example

White with #FDA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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