Html Css Color HEX #FDA3F0 Lavender Rose

📋 copy color: '#FDA3F0'

red 253 ◦ green 163 ◦ blue 240

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

Shades of Lavender Rose #FDA3F0

Tints of Lavender Rose #FDA3F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.59%

R = 38.57%
G = 24.85%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDA3F0 (or 0xFDA3F0) is known color: Lavender Rose. HEX triplet: FD, A3 and F0. RGB value is (253,163,240). Sum of RGB (Red+Green+Blue) = 253+163+240=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 163 (64.06% from 255 or 24.85% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3F0 is #025C0F. Grayscale: #C6C6C6. Windows color (decimal): -154640 or 15770621. OLE color: 15770621.

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

Color convert

RGB 253 163 240 -
CMYK 0 0.36 0.05 0.01
HSL 308.67º 0.96% 0.82% -
HSV(B) 308.67º 0.36% 0.99% -
XYZ 69.33 53.37 89.08 -
YUV 198.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 253 163 240 0 0.36 0.05 0.01 308.67 0.96 0.82
Hex FD A3 F0 0 24 5 1 135 60 52
Octal 375 243 360 0 44 5 1 465 140 122
Binary 11111101 10100011 11110000 0 100100 101 1 100110101 1100000 1010010

Color Harmonies of #FDA3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3F0

Black with #FDA3F0

Text Example


Text Example

White with #FDA3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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