Html Css Color HEX #FEBDF8 Lavender Rose

📋 copy color: '#FEBDF8'

red 254 ◦ green 189 ◦ blue 248

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

Shades of Lavender Rose #FEBDF8

Tints of Lavender Rose #FEBDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.89%

R = 36.76%
G = 27.35%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEBDF8 (or 0xFEBDF8) is known color: Lavender Rose. HEX triplet: FE, BD and F8. RGB value is (254,189,248). Sum of RGB (Red+Green+Blue) = 254+189+248=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDF8 is #014207. Grayscale: #D6D6D6. Windows color (decimal): -82440 or 16301566. OLE color: 16301566.

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

Color convert

RGB 254 189 248 -
CMYK 0 0.26 0.02 0.00
HSL 305.54º 0.97% 0.87% -
HSV(B) 305.54º 0.26% 1% -
XYZ 76.01 64.24 97.2 -
YUV 215.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 254 189 248 0 0.26 0.02 0.00 305.54 0.97 0.87
Hex FE BD F8 0 1A 2 0 132 61 57
Octal 376 275 370 0 32 2 0 462 141 127
Binary 11111110 10111101 11111000 0 11010 10 0 100110010 1100001 1010111

Color Harmonies of #FEBDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDF8

Black with #FEBDF8

Text Example


Text Example

White with #FEBDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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