Html Css Color HEX #FEBFF5 Lavender Rose

📋 copy color: '#FEBFF5'

red 254 ◦ green 191 ◦ blue 245

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

Shades of Lavender Rose #FEBFF5

Tints of Lavender Rose #FEBFF5

RGB

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

 GREEN value IS 191 (75% from 255) = 27.68%

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

R = 36.81%
G = 27.68%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEBFF5 (or 0xFEBFF5) is known color: Lavender Rose. HEX triplet: FE, BF and F5. RGB value is (254,191,245). Sum of RGB (Red+Green+Blue) = 254+191+245=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF5 is #01400A. Grayscale: #D7D7D7. Windows color (decimal): -81931 or 16105470. OLE color: 16105470.

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

Color convert

RGB 254 191 245 -
CMYK 0 0.25 0.04 0.00
HSL 308.57º 0.97% 0.87% -
HSV(B) 308.57º 0.25% 1% -
XYZ 75.99 64.93 94.91 -
YUV 215.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 254 191 245 0 0.25 0.04 0.00 308.57 0.97 0.87
Hex FE BF F5 0 19 4 0 135 61 57
Octal 376 277 365 0 31 4 0 465 141 127
Binary 11111110 10111111 11110101 0 11001 100 0 100110101 1100001 1010111

Color Harmonies of #FEBFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFF5

Black with #FEBFF5

Text Example


Text Example

White with #FEBFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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