Html Css Color HEX #FEBFED Lavender Rose

📋 copy color: '#FEBFED'

red 254 ◦ green 191 ◦ blue 237

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

Shades of Lavender Rose #FEBFED

Tints of Lavender Rose #FEBFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.75%

R = 37.24%
G = 28.01%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEBFED (or 0xFEBFED) is known color: Lavender Rose. HEX triplet: FE, BF and ED. RGB value is (254,191,237). Sum of RGB (Red+Green+Blue) = 254+191+237=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFED is #014012. Grayscale: #D6D6D6. Windows color (decimal): -81939 or 15581182. OLE color: 15581182.

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

Color convert

RGB 254 191 237 -
CMYK 0 0.25 0.07 0.00
HSL 316.19º 0.97% 0.87% -
HSV(B) 316.19º 0.25% 1% -
XYZ 74.79 64.45 88.62 -
YUV 215.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 254 191 237 0 0.25 0.07 0.00 316.19 0.97 0.87
Hex FE BF ED 0 19 7 0 13C 61 57
Octal 376 277 355 0 31 7 0 474 141 127
Binary 11111110 10111111 11101101 0 11001 111 0 100111100 1100001 1010111

Color Harmonies of #FEBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFED

Black with #FEBFED

Text Example


Text Example

White with #FEBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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