Html Css Color HEX #FEB8F7 Lavender Rose

📋 copy color: '#FEB8F7'

red 254 ◦ green 184 ◦ blue 247

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

Shades of Lavender Rose #FEB8F7

Tints of Lavender Rose #FEB8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.06%

R = 37.08%
G = 26.86%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEB8F7 (or 0xFEB8F7) is known color: Lavender Rose. HEX triplet: FE, B8 and F7. RGB value is (254,184,247). Sum of RGB (Red+Green+Blue) = 254+184+247=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 184 (72.27% from 255 or 26.86% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F7 is #014708. Grayscale: #D3D3D3. Windows color (decimal): -83721 or 16234750. OLE color: 16234750.

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

Color convert

RGB 254 184 247 -
CMYK 0 0.28 0.03 0.00
HSL 306º 0.97% 0.86% -
HSV(B) 306º 0.28% 1% -
XYZ 74.8 62.07 96.03 -
YUV 212.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 254 184 247 0 0.28 0.03 0.00 306 0.97 0.86
Hex FE B8 F7 0 1C 3 0 132 61 56
Octal 376 270 367 0 34 3 0 462 141 126
Binary 11111110 10111000 11110111 0 11100 11 0 100110010 1100001 1010110

Color Harmonies of #FEB8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8F7

Black with #FEB8F7

Text Example


Text Example

White with #FEB8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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