Html Css Color HEX #FDA3FA Lavender Rose

📋 copy color: '#FDA3FA'

red 253 ◦ green 163 ◦ blue 250

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

Shades of Lavender Rose #FDA3FA

Tints of Lavender Rose #FDA3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 37.99%
G = 24.47%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDA3FA (or 0xFDA3FA) is known color: Lavender Rose. HEX triplet: FD, A3 and FA. RGB value is (253,163,250). Sum of RGB (Red+Green+Blue) = 253+163+250=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 163 (64.06% from 255 or 24.47% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3FA is #025C05. Grayscale: #C7C7C7. Windows color (decimal): -154630 or 16425981. OLE color: 16425981.

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

Color convert

RGB 253 163 250 -
CMYK 0 0.36 0.01 0.01
HSL 302º 0.96% 0.82% -
HSV(B) 302º 0.36% 0.99% -
XYZ 70.86 53.98 97.13 -
YUV 199.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 253 163 250 0 0.36 0.01 0.01 302 0.96 0.82
Hex FD A3 FA 0 24 1 1 12E 60 52
Octal 375 243 372 0 44 1 1 456 140 122
Binary 11111101 10100011 11111010 0 100100 1 1 100101110 1100000 1010010

Color Harmonies of #FDA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3FA

Black with #FDA3FA

Text Example


Text Example

White with #FDA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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