Html Css Color HEX #FE9CEE Lavender Rose

📋 copy color: '#FE9CEE'

red 254 ◦ green 156 ◦ blue 238

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

Shades of Lavender Rose #FE9CEE

Tints of Lavender Rose #FE9CEE

RGB

 RED value IS 254 (99.61% from 255) = 39.2%

 GREEN value IS 156 (61.33% from 255) = 24.07%

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

R = 39.2%
G = 24.07%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE9CEE (or 0xFE9CEE) is known color: Lavender Rose. HEX triplet: FE, 9C and EE. RGB value is (254,156,238). Sum of RGB (Red+Green+Blue) = 254+156+238=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CEE is #016311. Grayscale: #C2C2C2. Windows color (decimal): -90898 or 15637758. OLE color: 15637758.

HSL color Cylindrical-coordinate representation of color #FE9CEE: hue angle of 309.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CEE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 156 238 -
CMYK 0 0.39 0.06 0.00
HSL 309.8º 0.98% 0.8% -
HSV(B) 309.8º 0.39% 1% -
XYZ 68.19 51.02 87.14 -
YUV 194.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 254 156 238 0 0.39 0.06 0.00 309.8 0.98 0.8
Hex FE 9C EE 0 27 6 0 136 62 50
Octal 376 234 356 0 47 6 0 466 142 120
Binary 11111110 10011100 11101110 0 100111 110 0 100110110 1100010 1010000

Color Harmonies of #FE9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CEE

Black with #FE9CEE

Text Example


Text Example

White with #FE9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CEE; }

 p { color: rgb(254,156,238); }

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

background-color css

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

 a { background-color: rgb(254,156,238); }

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

border-color css

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

 span { border-color: rgb(254,156,238); }

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