Html Css Color HEX #FEB8F5 Lavender Rose

📋 copy color: '#FEB8F5'

red 254 ◦ green 184 ◦ blue 245

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

Shades of Lavender Rose #FEB8F5

Tints of Lavender Rose #FEB8F5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 26.94%

 BLUE value IS 245 (96.09% from 255) = 35.87%

R = 37.19%
G = 26.94%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEB8F5 (or 0xFEB8F5) is known color: Lavender Rose. HEX triplet: FE, B8 and F5. RGB value is (254,184,245). Sum of RGB (Red+Green+Blue) = 254+184+245=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 184 (72.27% from 255 or 26.94% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F5 is #01470A. Grayscale: #D3D3D3. Windows color (decimal): -83723 or 16103678. OLE color: 16103678.

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

Color convert

RGB 254 184 245 -
CMYK 0 0.28 0.04 0.00
HSL 307.71º 0.97% 0.86% -
HSV(B) 307.71º 0.28% 1% -
XYZ 74.49 61.94 94.42 -
YUV 211.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 254 184 245 0 0.28 0.04 0.00 307.71 0.97 0.86
Hex FE B8 F5 0 1C 4 0 134 61 56
Octal 376 270 365 0 34 4 0 464 141 126
Binary 11111110 10111000 11110101 0 11100 100 0 100110100 1100001 1010110

Color Harmonies of #FEB8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8F5

Black with #FEB8F5

Text Example


Text Example

White with #FEB8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8F5; }

 p { color: rgb(254,184,245); }

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

background-color css

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

 a { background-color: rgb(254,184,245); }

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

border-color css

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

 span { border-color: rgb(254,184,245); }

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