Html Css Color HEX #FDA0FD Lavender Rose

📋 copy color: '#FDA0FD'

red 253 ◦ green 160 ◦ blue 253

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

Shades of Lavender Rose #FDA0FD

Tints of Lavender Rose #FDA0FD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.02%

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

R = 37.99%
G = 24.02%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDA0FD (or 0xFDA0FD) is known color: Lavender Rose. HEX triplet: FD, A0 and FD. RGB value is (253,160,253). Sum of RGB (Red+Green+Blue) = 253+160+253=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 160 (62.89% from 255 or 24.02% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0FD is #025F02. Grayscale: #C6C6C6. Windows color (decimal): -155395 or 16621821. OLE color: 16621821.

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

Color convert

RGB 253 160 253 -
CMYK 0 0.37 0 0.01
HSL 300º 0.96% 0.81% -
HSV(B) 300º 0.37% 0.99% -
XYZ 70.81 53.12 99.45 -
YUV 198.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 253 160 253 0 0.37 0 0.01 300 0.96 0.81
Hex FD A0 FD 0 25 0 1 12C 60 51
Octal 375 240 375 0 45 0 1 454 140 121
Binary 11111101 10100000 11111101 0 100101 0 1 100101100 1100000 1010001

Color Harmonies of #FDA0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0FD

Black with #FDA0FD

Text Example


Text Example

White with #FDA0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0FD; }

 p { color: rgb(253,160,253); }

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

background-color css

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

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

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

border-color css

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

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

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