Html Css Color HEX #FEBDEB Lavender Rose

📋 copy color: '#FEBDEB'

red 254 ◦ green 189 ◦ blue 235

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

Shades of Lavender Rose #FEBDEB

Tints of Lavender Rose #FEBDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.66%

R = 37.46%
G = 27.88%
B = 34.66%

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

#FEBDEB (or 0xFEBDEB) is known color: Lavender Rose. HEX triplet: FE, BD and EB. RGB value is (254,189,235). Sum of RGB (Red+Green+Blue) = 254+189+235=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDEB is #014214. Grayscale: #D5D5D5. Windows color (decimal): -82453 or 15449598. OLE color: 15449598.

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

Color convert

RGB 254 189 235 -
CMYK 0 0.26 0.07 0.00
HSL 317.54º 0.97% 0.87% -
HSV(B) 317.54º 0.26% 1% -
XYZ 74.07 63.46 86.94 -
YUV 213.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 254 189 235 0 0.26 0.07 0.00 317.54 0.97 0.87
Hex FE BD EB 0 1A 7 0 13E 61 57
Octal 376 275 353 0 32 7 0 476 141 127
Binary 11111110 10111101 11101011 0 11010 111 0 100111110 1100001 1010111

Color Harmonies of #FEBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDEB

Black with #FEBDEB

Text Example


Text Example

White with #FEBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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