Html Css Color HEX #FDA3E6 Lavender Rose

📋 copy color: '#FDA3E6'

red 253 ◦ green 163 ◦ blue 230

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

Shades of Lavender Rose #FDA3E6

Tints of Lavender Rose #FDA3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.6%

R = 39.16%
G = 25.23%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDA3E6 (or 0xFDA3E6) is known color: Lavender Rose. HEX triplet: FD, A3 and E6. RGB value is (253,163,230). Sum of RGB (Red+Green+Blue) = 253+163+230=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 163 (64.06% from 255 or 25.23% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3E6 is #025C19. Grayscale: #C5C5C5. Windows color (decimal): -154650 or 15115261. OLE color: 15115261.

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

Color convert

RGB 253 163 230 -
CMYK 0 0.36 0.09 0.01
HSL 315.33º 0.96% 0.82% -
HSV(B) 315.33º 0.36% 0.99% -
XYZ 67.89 52.79 81.47 -
YUV 197.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 253 163 230 0 0.36 0.09 0.01 315.33 0.96 0.82
Hex FD A3 E6 0 24 9 1 13B 60 52
Octal 375 243 346 0 44 11 1 473 140 122
Binary 11111101 10100011 11100110 0 100100 1001 1 100111011 1100000 1010010

Color Harmonies of #FDA3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3E6

Black with #FDA3E6

Text Example


Text Example

White with #FDA3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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