Html Css Color HEX #FDA3FE Lavender Rose

📋 copy color: '#FDA3FE'

red 253 ◦ green 163 ◦ blue 254

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

Shades of Lavender Rose #FDA3FE

Tints of Lavender Rose #FDA3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.91%

R = 37.76%
G = 24.33%
B = 37.91%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDA3FE (or 0xFDA3FE) is known color: Lavender Rose. HEX triplet: FD, A3 and FE. RGB value is (253,163,254). Sum of RGB (Red+Green+Blue) = 253+163+254=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 163 (64.06% from 255 or 24.33% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3FE is #025C01. Grayscale: #C8C8C8. Windows color (decimal): -154626 or 16688125. OLE color: 16688125.

HSL color Cylindrical-coordinate representation of color #FDA3FE: hue angle of 299.34º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3FE is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 163 254 -
CMYK 0.00 0.36 0 0.00
HSL 299.34º 0.98% 0.82% -
HSV(B) 299.34º 0.36% 1% -
XYZ 71.49 54.23 100.47 -
YUV 200.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 253 163 254 0.00 0.36 0 0.00 299.34 0.98 0.82
Hex FD A3 FE 0 24 0 0 12B 62 52
Octal 375 243 376 0 44 0 0 453 142 122
Binary 11111101 10100011 11111110 0 100100 0 0 100101011 1100010 1010010

Color Harmonies of #FDA3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3FE

Black with #FDA3FE

Text Example


Text Example

White with #FDA3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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