Html Css Color HEX #FDA8EA Lavender Rose

📋 copy color: '#FDA8EA'

red 253 ◦ green 168 ◦ blue 234

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

Shades of Lavender Rose #FDA8EA

Tints of Lavender Rose #FDA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.65%

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

R = 38.63%
G = 25.65%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDA8EA (or 0xFDA8EA) is known color: Lavender Rose. HEX triplet: FD, A8 and EA. RGB value is (253,168,234). Sum of RGB (Red+Green+Blue) = 253+168+234=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8EA is #025715. Grayscale: #C8C8C8. Windows color (decimal): -153366 or 15378685. OLE color: 15378685.

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

Color convert

RGB 253 168 234 -
CMYK 0 0.34 0.08 0.01
HSL 313.41º 0.96% 0.83% -
HSV(B) 313.41º 0.34% 0.99% -
XYZ 69.36 54.83 84.77 -
YUV 200.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 253 168 234 0 0.34 0.08 0.01 313.41 0.96 0.83
Hex FD A8 EA 0 22 8 1 139 60 53
Octal 375 250 352 0 42 10 1 471 140 123
Binary 11111101 10101000 11101010 0 100010 1000 1 100111001 1100000 1010011

Color Harmonies of #FDA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8EA

Black with #FDA8EA

Text Example


Text Example

White with #FDA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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