Html Css Color HEX #FEC0F8 Lavender Rose

📋 copy color: '#FEC0F8'

red 254 ◦ green 192 ◦ blue 248

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

Shades of Lavender Rose #FEC0F8

Tints of Lavender Rose #FEC0F8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 27.67%

 BLUE value IS 248 (97.27% from 255) = 35.73%

R = 36.6%
G = 27.67%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEC0F8 (or 0xFEC0F8) is known color: Lavender Rose. HEX triplet: FE, C0 and F8. RGB value is (254,192,248). Sum of RGB (Red+Green+Blue) = 254+192+248=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 192 (75.39% from 255 or 27.67% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F8 is #013F07. Grayscale: #D8D8D8. Windows color (decimal): -81672 or 16302334. OLE color: 16302334.

HSL color Cylindrical-coordinate representation of color #FEC0F8: hue angle of 305.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0F8 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 192 248 -
CMYK 0 0.24 0.02 0.00
HSL 305.81º 0.97% 0.87% -
HSV(B) 305.81º 0.24% 1% -
XYZ 76.67 65.55 97.42 -
YUV 216.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 254 192 248 0 0.24 0.02 0.00 305.81 0.97 0.87
Hex FE C0 F8 0 18 2 0 132 61 57
Octal 376 300 370 0 30 2 0 462 141 127
Binary 11111110 11000000 11111000 0 11000 10 0 100110010 1100001 1010111

Color Harmonies of #FEC0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0F8

Black with #FEC0F8

Text Example


Text Example

White with #FEC0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0F8; }

 p { color: rgb(254,192,248); }

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

background-color css

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

 a { background-color: rgb(254,192,248); }

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

border-color css

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

 span { border-color: rgb(254,192,248); }

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