Html Css Color HEX #FE94D3 Lavender Rose

📋 copy color: '#FE94D3'

red 254 ◦ green 148 ◦ blue 211

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

Shades of Lavender Rose #FE94D3

Tints of Lavender Rose #FE94D3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.14%

 BLUE value IS 211 (82.81% from 255) = 34.42%

R = 41.44%
G = 24.14%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE94D3 (or 0xFE94D3) is known color: Lavender Rose. HEX triplet: FE, 94 and D3. RGB value is (254,148,211). Sum of RGB (Red+Green+Blue) = 254+148+211=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94D3 is #016B2C. Grayscale: #BABABA. Windows color (decimal): -92973 or 13866238. OLE color: 13866238.

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

Color convert

RGB 254 148 211 -
CMYK 0 0.42 0.17 0.00
HSL 324.34º 0.98% 0.79% -
HSV(B) 324.34º 0.42% 1% -
XYZ 63.22 46.95 67.36 -
YUV 186.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 254 148 211 0 0.42 0.17 0.00 324.34 0.98 0.79
Hex FE 94 D3 0 2A 11 0 144 62 4F
Octal 376 224 323 0 52 21 0 504 142 117
Binary 11111110 10010100 11010011 0 101010 10001 0 101000100 1100010 1001111

Color Harmonies of #FE94D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94D3

Black with #FE94D3

Text Example


Text Example

White with #FE94D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94D3; }

 p { color: rgb(254,148,211); }

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

background-color css

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

 a { background-color: rgb(254,148,211); }

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

border-color css

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

 span { border-color: rgb(254,148,211); }

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