Html Css Color HEX #FF9ED6 Lavender Rose

📋 copy color: '#FF9ED6'

red 255 ◦ green 158 ◦ blue 214

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

Shades of Lavender Rose #FF9ED6

Tints of Lavender Rose #FF9ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 40.67%
G = 25.2%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF9ED6 (or 0xFF9ED6) is known color: Lavender Rose. HEX triplet: FF, 9E and D6. RGB value is (255,158,214). Sum of RGB (Red+Green+Blue) = 255+158+214=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ED6 is #006129. Grayscale: #C1C1C1. Windows color (decimal): -24874 or 14065407. OLE color: 14065407.

HSL color Cylindrical-coordinate representation of color #FF9ED6: hue angle of 325.36º 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 #FF9ED6 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 158 214 -
CMYK 0 0.38 0.16 0
HSL 325.36º 1% 0.81% -
HSV(B) 325.36º 0.38% 1% -
XYZ 65.6 50.57 69.92 -
YUV 193.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 255 158 214 0 0.38 0.16 0 325.36 1 0.81
Hex FF 9E D6 0 26 10 0 145 64 51
Octal 377 236 326 0 46 20 0 505 144 121
Binary 11111111 10011110 11010110 0 100110 10000 0 101000101 1100100 1010001

Color Harmonies of #FF9ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9ED6

Black with #FF9ED6

Text Example


Text Example

White with #FF9ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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