Html Css Color HEX #FEBDFB Lavender Rose

📋 copy color: '#FEBDFB'

red 254 ◦ green 189 ◦ blue 251

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

Shades of Lavender Rose #FEBDFB

Tints of Lavender Rose #FEBDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.17%

R = 36.6%
G = 27.23%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEBDFB (or 0xFEBDFB) is known color: Lavender Rose. HEX triplet: FE, BD and FB. RGB value is (254,189,251). Sum of RGB (Red+Green+Blue) = 254+189+251=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 189 (74.22% from 255 or 27.23% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDFB is #014204. Grayscale: #D7D7D7. Windows color (decimal): -82437 or 16498174. OLE color: 16498174.

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

Color convert

RGB 254 189 251 -
CMYK 0 0.26 0.01 0.00
HSL 302.77º 0.97% 0.87% -
HSV(B) 302.77º 0.26% 1% -
XYZ 76.48 64.43 99.67 -
YUV 215.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 254 189 251 0 0.26 0.01 0.00 302.77 0.97 0.87
Hex FE BD FB 0 1A 1 0 12F 61 57
Octal 376 275 373 0 32 1 0 457 141 127
Binary 11111110 10111101 11111011 0 11010 1 0 100101111 1100001 1010111

Color Harmonies of #FEBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDFB

Black with #FEBDFB

Text Example


Text Example

White with #FEBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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