Html Css Color HEX #FEBFF9 Lavender Rose

📋 copy color: '#FEBFF9'

red 254 ◦ green 191 ◦ blue 249

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

Shades of Lavender Rose #FEBFF9

Tints of Lavender Rose #FEBFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.88%

R = 36.6%
G = 27.52%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEBFF9 (or 0xFEBFF9) is known color: Lavender Rose. HEX triplet: FE, BF and F9. RGB value is (254,191,249). Sum of RGB (Red+Green+Blue) = 254+191+249=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 191 (75% from 255 or 27.52% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF9 is #014006. Grayscale: #D8D8D8. Windows color (decimal): -81927 or 16367614. OLE color: 16367614.

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

Color convert

RGB 254 191 249 -
CMYK 0 0.25 0.02 0.00
HSL 304.76º 0.97% 0.87% -
HSV(B) 304.76º 0.25% 1% -
XYZ 76.6 65.17 98.16 -
YUV 216.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 254 191 249 0 0.25 0.02 0.00 304.76 0.97 0.87
Hex FE BF F9 0 19 2 0 131 61 57
Octal 376 277 371 0 31 2 0 461 141 127
Binary 11111110 10111111 11111001 0 11001 10 0 100110001 1100001 1010111

Color Harmonies of #FEBFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFF9

Black with #FEBFF9

Text Example


Text Example

White with #FEBFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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