Html Css Color HEX #FDA0EA Lavender Rose

📋 copy color: '#FDA0EA'

red 253 ◦ green 160 ◦ blue 234

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

Shades of Lavender Rose #FDA0EA

Tints of Lavender Rose #FDA0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 39.1%
G = 24.73%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDA0EA (or 0xFDA0EA) is known color: Lavender Rose. HEX triplet: FD, A0 and EA. RGB value is (253,160,234). Sum of RGB (Red+Green+Blue) = 253+160+234=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 160 (62.89% from 255 or 24.73% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0EA is #025F15. Grayscale: #C4C4C4. Windows color (decimal): -155414 or 15376637. OLE color: 15376637.

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

Color convert

RGB 253 160 234 -
CMYK 0 0.37 0.08 0.01
HSL 312.26º 0.96% 0.81% -
HSV(B) 312.26º 0.37% 0.99% -
XYZ 67.93 51.96 84.29 -
YUV 196.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 253 160 234 0 0.37 0.08 0.01 312.26 0.96 0.81
Hex FD A0 EA 0 25 8 1 138 60 51
Octal 375 240 352 0 45 10 1 470 140 121
Binary 11111101 10100000 11101010 0 100101 1000 1 100111000 1100000 1010001

Color Harmonies of #FDA0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA0EA

Black with #FDA0EA

Text Example


Text Example

White with #FDA0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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