Html Css Color HEX #FDA3EA Lavender Rose

📋 copy color: '#FDA3EA'

red 253 ◦ green 163 ◦ blue 234

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

Shades of Lavender Rose #FDA3EA

Tints of Lavender Rose #FDA3EA

RGB

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

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

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

R = 38.92%
G = 25.08%
B = 36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDA3EA (or 0xFDA3EA) is known color: Lavender Rose. HEX triplet: FD, A3 and EA. RGB value is (253,163,234). Sum of RGB (Red+Green+Blue) = 253+163+234=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 163 (64.06% from 255 or 25.08% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3EA is #025C15. Grayscale: #C5C5C5. Windows color (decimal): -154646 or 15377405. OLE color: 15377405.

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

Color convert

RGB 253 163 234 -
CMYK 0 0.36 0.08 0.01
HSL 312.67º 0.96% 0.82% -
HSV(B) 312.67º 0.36% 0.99% -
XYZ 68.46 53.02 84.47 -
YUV 198 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 253 163 234 0 0.36 0.08 0.01 312.67 0.96 0.82
Hex FD A3 EA 0 24 8 1 139 60 52
Octal 375 243 352 0 44 10 1 471 140 122
Binary 11111101 10100011 11101010 0 100100 1000 1 100111001 1100000 1010010

Color Harmonies of #FDA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3EA

Black with #FDA3EA

Text Example


Text Example

White with #FDA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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