Html Css Color HEX #FEBDFD Lavender Rose

📋 copy color: '#FEBDFD'

red 254 ◦ green 189 ◦ blue 253

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

Shades of Lavender Rose #FEBDFD

Tints of Lavender Rose #FEBDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.35%

R = 36.49%
G = 27.16%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEBDFD (or 0xFEBDFD) is known color: Lavender Rose. HEX triplet: FE, BD and FD. RGB value is (254,189,253). Sum of RGB (Red+Green+Blue) = 254+189+253=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 189 (74.22% from 255 or 27.16% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDFD is #014202. Grayscale: #D7D7D7. Windows color (decimal): -82435 or 16629246. OLE color: 16629246.

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

Color convert

RGB 254 189 253 -
CMYK 0 0.26 0.00 0.00
HSL 300.92º 0.97% 0.87% -
HSV(B) 300.92º 0.26% 1% -
XYZ 76.8 64.56 101.34 -
YUV 215.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 254 189 253 0 0.26 0.00 0.00 300.92 0.97 0.87
Hex FE BD FD 0 1A 0 0 12D 61 57
Octal 376 275 375 0 32 0 0 455 141 127
Binary 11111110 10111101 11111101 0 11010 0 0 100101101 1100001 1010111

Color Harmonies of #FEBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDFD

Black with #FEBDFD

Text Example


Text Example

White with #FEBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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