Html Css Color HEX #FEBDEC Lavender Rose

📋 copy color: '#FEBDEC'

red 254 ◦ green 189 ◦ blue 236

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

Shades of Lavender Rose #FEBDEC

Tints of Lavender Rose #FEBDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.76%

R = 37.41%
G = 27.84%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEBDEC (or 0xFEBDEC) is known color: Lavender Rose. HEX triplet: FE, BD and EC. RGB value is (254,189,236). Sum of RGB (Red+Green+Blue) = 254+189+236=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDEC is #014213. Grayscale: #D5D5D5. Windows color (decimal): -82452 or 15515134. OLE color: 15515134.

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

Color convert

RGB 254 189 236 -
CMYK 0 0.26 0.07 0.00
HSL 316.62º 0.97% 0.87% -
HSV(B) 316.62º 0.26% 1% -
XYZ 74.21 63.52 87.71 -
YUV 213.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 254 189 236 0 0.26 0.07 0.00 316.62 0.97 0.87
Hex FE BD EC 0 1A 7 0 13D 61 57
Octal 376 275 354 0 32 7 0 475 141 127
Binary 11111110 10111101 11101100 0 11010 111 0 100111101 1100001 1010111

Color Harmonies of #FEBDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDEC

Black with #FEBDEC

Text Example


Text Example

White with #FEBDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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