Html Css Color HEX #FDA3DC Lavender Rose

📋 copy color: '#FDA3DC'

red 253 ◦ green 163 ◦ blue 220

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

Shades of Lavender Rose #FDA3DC

Tints of Lavender Rose #FDA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.63%

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 39.78%
G = 25.63%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDA3DC (or 0xFDA3DC) is known color: Lavender Rose. HEX triplet: FD, A3 and DC. RGB value is (253,163,220). Sum of RGB (Red+Green+Blue) = 253+163+220=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3DC is #025C23. Grayscale: #C4C4C4. Windows color (decimal): -154660 or 14459901. OLE color: 14459901.

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

Color convert

RGB 253 163 220 -
CMYK 0 0.36 0.13 0.01
HSL 322º 0.96% 0.82% -
HSV(B) 322º 0.36% 0.99% -
XYZ 66.52 52.24 74.29 -
YUV 196.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 253 163 220 0 0.36 0.13 0.01 322 0.96 0.82
Hex FD A3 DC 0 24 D 1 142 60 52
Octal 375 243 334 0 44 15 1 502 140 122
Binary 11111101 10100011 11011100 0 100100 1101 1 101000010 1100000 1010010

Color Harmonies of #FDA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3DC

Black with #FDA3DC

Text Example


Text Example

White with #FDA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3DC; }

 p { color: rgb(253,163,220); }

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

background-color css

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

 a { background-color: rgb(253,163,220); }

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

border-color css

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

 span { border-color: rgb(253,163,220); }

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