Html Css Color HEX #FEBDEE Lavender Rose

📋 copy color: '#FEBDEE'

red 254 ◦ green 189 ◦ blue 238

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

Shades of Lavender Rose #FEBDEE

Tints of Lavender Rose #FEBDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.75%

 BLUE value IS 238 (93.36% from 255) = 34.95%

R = 37.3%
G = 27.75%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEBDEE (or 0xFEBDEE) is known color: Lavender Rose. HEX triplet: FE, BD and EE. RGB value is (254,189,238). Sum of RGB (Red+Green+Blue) = 254+189+238=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDEE is #014211. Grayscale: #D5D5D5. Windows color (decimal): -82450 or 15646206. OLE color: 15646206.

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

Color convert

RGB 254 189 238 -
CMYK 0 0.26 0.06 0.00
HSL 314.77º 0.97% 0.87% -
HSV(B) 314.77º 0.26% 1% -
XYZ 74.5 63.64 89.25 -
YUV 214.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 254 189 238 0 0.26 0.06 0.00 314.77 0.97 0.87
Hex FE BD EE 0 1A 6 0 13B 61 57
Octal 376 275 356 0 32 6 0 473 141 127
Binary 11111110 10111101 11101110 0 11010 110 0 100111011 1100001 1010111

Color Harmonies of #FEBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDEE

Black with #FEBDEE

Text Example


Text Example

White with #FEBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDEE; }

 p { color: rgb(254,189,238); }

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

background-color css

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

 a { background-color: rgb(254,189,238); }

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

border-color css

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

 span { border-color: rgb(254,189,238); }

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