Html Css Color HEX #FDA0FF Lavender Rose

📋 copy color: '#FDA0FF'

red 253 ◦ green 160 ◦ blue 255

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

Shades of Lavender Rose #FDA0FF

Tints of Lavender Rose #FDA0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.17%

R = 37.87%
G = 23.95%
B = 38.17%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDA0FF (or 0xFDA0FF) is known color: Lavender Rose. HEX triplet: FD, A0 and FF. RGB value is (253,160,255). Sum of RGB (Red+Green+Blue) = 253+160+255=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 160 (62.89% from 255 or 23.95% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0FF is #025F00. Grayscale: #C6C6C6. Windows color (decimal): -155393 or 16752893. OLE color: 16752893.

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

Color convert

RGB 253 160 255 -
CMYK 0.01 0.37 0 0
HSL 298.74º 1% 0.81% -
HSV(B) 298.74º 0.37% 1% -
XYZ 71.13 53.24 101.14 -
YUV 198.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 253 160 255 0.01 0.37 0 0 298.74 1 0.81
Hex FD A0 FF 1 25 0 0 12B 64 51
Octal 375 240 377 1 45 0 0 453 144 121
Binary 11111101 10100000 11111111 1 100101 0 0 100101011 1100100 1010001

Color Harmonies of #FDA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0FF

Black with #FDA0FF

Text Example


Text Example

White with #FDA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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