Html Css Color HEX #FF9EDD Lavender Rose

📋 copy color: '#FF9EDD'

red 255 ◦ green 158 ◦ blue 221

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

Shades of Lavender Rose #FF9EDD

Tints of Lavender Rose #FF9EDD

RGB

 RED value IS 255 (100% from 255) = 40.22%

 GREEN value IS 158 (62.11% from 255) = 24.92%

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 40.22%
G = 24.92%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF9EDD (or 0xFF9EDD) is known color: Lavender Rose. HEX triplet: FF, 9E and DD. RGB value is (255,158,221). Sum of RGB (Red+Green+Blue) = 255+158+221=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EDD is #006122. Grayscale: #C2C2C2. Windows color (decimal): -24867 or 14524159. OLE color: 14524159.

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

Color convert

RGB 255 158 221 -
CMYK 0 0.38 0.13 0
HSL 321.03º 1% 0.81% -
HSV(B) 321.03º 0.38% 1% -
XYZ 66.52 50.93 74.73 -
YUV 194.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 255 158 221 0 0.38 0.13 0 321.03 1 0.81
Hex FF 9E DD 0 26 D 0 141 64 51
Octal 377 236 335 0 46 15 0 501 144 121
Binary 11111111 10011110 11011101 0 100110 1101 0 101000001 1100100 1010001

Color Harmonies of #FF9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9EDD

Black with #FF9EDD

Text Example


Text Example

White with #FF9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9EDD; }

 p { color: rgb(255,158,221); }

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

background-color css

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

 a { background-color: rgb(255,158,221); }

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

border-color css

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

 span { border-color: rgb(255,158,221); }

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