Html Css Color HEX #FF9FEE Lavender Rose

📋 copy color: '#FF9FEE'

red 255 ◦ green 159 ◦ blue 238

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

Shades of Lavender Rose #FF9FEE

Tints of Lavender Rose #FF9FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.39%

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 39.11%
G = 24.39%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF9FEE (or 0xFF9FEE) is known color: Lavender Rose. HEX triplet: FF, 9F and EE. RGB value is (255,159,238). Sum of RGB (Red+Green+Blue) = 255+159+238=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 159 (62.5% from 255 or 24.39% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9FEE is #006011. Grayscale: #C4C4C4. Windows color (decimal): -24594 or 15638527. OLE color: 15638527.

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

Color convert

RGB 255 159 238 -
CMYK 0 0.38 0.07 0
HSL 310.63º 1% 0.81% -
HSV(B) 310.63º 0.38% 1% -
XYZ 69.07 52.23 87.33 -
YUV 196.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 255 159 238 0 0.38 0.07 0 310.63 1 0.81
Hex FF 9F EE 0 26 7 0 137 64 51
Octal 377 237 356 0 46 7 0 467 144 121
Binary 11111111 10011111 11101110 0 100110 111 0 100110111 1100100 1010001

Color Harmonies of #FF9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9FEE

Black with #FF9FEE

Text Example


Text Example

White with #FF9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9FEE; }

 p { color: rgb(255,159,238); }

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

background-color css

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

 a { background-color: rgb(255,159,238); }

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

border-color css

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

 span { border-color: rgb(255,159,238); }

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