Html Css Color HEX #FE9CEA Lavender Rose

📋 copy color: '#FE9CEA'

red 254 ◦ green 156 ◦ blue 234

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

Shades of Lavender Rose #FE9CEA

Tints of Lavender Rose #FE9CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.34%

R = 39.44%
G = 24.22%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE9CEA (or 0xFE9CEA) is known color: Lavender Rose. HEX triplet: FE, 9C and EA. RGB value is (254,156,234). Sum of RGB (Red+Green+Blue) = 254+156+234=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CEA is #016315. Grayscale: #C1C1C1. Windows color (decimal): -90902 or 15375614. OLE color: 15375614.

HSL color Cylindrical-coordinate representation of color #FE9CEA: hue angle of 312.24º 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 #FE9CEA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 156 234 -
CMYK 0 0.39 0.08 0.00
HSL 312.24º 0.98% 0.8% -
HSV(B) 312.24º 0.39% 1% -
XYZ 67.61 50.79 84.08 -
YUV 194.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 254 156 234 0 0.39 0.08 0.00 312.24 0.98 0.8
Hex FE 9C EA 0 27 8 0 138 62 50
Octal 376 234 352 0 47 10 0 470 142 120
Binary 11111110 10011100 11101010 0 100111 1000 0 100111000 1100010 1010000

Color Harmonies of #FE9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CEA

Black with #FE9CEA

Text Example


Text Example

White with #FE9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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