Html Css Color HEX #FF9EFA Lavender Rose

📋 copy color: '#FF9EFA'

red 255 ◦ green 158 ◦ blue 250

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

Shades of Lavender Rose #FF9EFA

Tints of Lavender Rose #FF9EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 38.46%
G = 23.83%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF9EFA (or 0xFF9EFA) is known color: Lavender Rose. HEX triplet: FF, 9E and FA. RGB value is (255,158,250). Sum of RGB (Red+Green+Blue) = 255+158+250=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 158 (62.11% from 255 or 23.83% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EFA is #006105. Grayscale: #C5C5C5. Windows color (decimal): -24838 or 16424703. OLE color: 16424703.

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

Color convert

RGB 255 158 250 -
CMYK 0 0.38 0.02 0
HSL 303.09º 1% 0.81% -
HSV(B) 303.09º 0.38% 1% -
XYZ 70.72 52.62 96.87 -
YUV 197.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 255 158 250 0 0.38 0.02 0 303.09 1 0.81
Hex FF 9E FA 0 26 2 0 12F 64 51
Octal 377 236 372 0 46 2 0 457 144 121
Binary 11111111 10011110 11111010 0 100110 10 0 100101111 1100100 1010001

Color Harmonies of #FF9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9EFA

Black with #FF9EFA

Text Example


Text Example

White with #FF9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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