Html Css Color HEX #FEBCFB Lavender Rose

📋 copy color: '#FEBCFB'

red 254 ◦ green 188 ◦ blue 251

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

Shades of Lavender Rose #FEBCFB

Tints of Lavender Rose #FEBCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.13%

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

R = 36.65%
G = 27.13%
B = 36.22%

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

#FEBCFB (or 0xFEBCFB) is known color: Lavender Rose. HEX triplet: FE, BC and FB. RGB value is (254,188,251). Sum of RGB (Red+Green+Blue) = 254+188+251=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 188 (73.83% from 255 or 27.13% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCFB is #014304. Grayscale: #D6D6D6. Windows color (decimal): -82693 or 16497918. OLE color: 16497918.

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

Color convert

RGB 254 188 251 -
CMYK 0 0.26 0.01 0.00
HSL 302.73º 0.97% 0.87% -
HSV(B) 302.73º 0.26% 1% -
XYZ 76.27 64 99.6 -
YUV 214.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 254 188 251 0 0.26 0.01 0.00 302.73 0.97 0.87
Hex FE BC FB 0 1A 1 0 12F 61 57
Octal 376 274 373 0 32 1 0 457 141 127
Binary 11111110 10111100 11111011 0 11010 1 0 100101111 1100001 1010111

Color Harmonies of #FEBCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCFB

Black with #FEBCFB

Text Example


Text Example

White with #FEBCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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