Html Css Color HEX #FEBAFE Lavender Rose

📋 copy color: '#FEBAFE'

red 254 ◦ green 186 ◦ blue 254

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

Shades of Lavender Rose #FEBAFE

Tints of Lavender Rose #FEBAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 26.8%

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

R = 36.6%
G = 26.8%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEBAFE (or 0xFEBAFE) is known color: Lavender Rose. HEX triplet: FE, BA and FE. RGB value is (254,186,254). Sum of RGB (Red+Green+Blue) = 254+186+254=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 186 (73.05% from 255 or 26.80% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAFE is #014501. Grayscale: #D5D5D5. Windows color (decimal): -83202 or 16694014. OLE color: 16694014.

HSL color Cylindrical-coordinate representation of color #FEBAFE: hue angle of 300º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAFE is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 186 254 -
CMYK 0 0.27 0 0.00
HSL 300º 0.97% 0.86% -
HSV(B) 300º 0.27% 1% -
XYZ 76.32 63.34 101.97 -
YUV 214.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 254 186 254 0 0.27 0 0.00 300 0.97 0.86
Hex FE BA FE 0 1B 0 0 12C 61 56
Octal 376 272 376 0 33 0 0 454 141 126
Binary 11111110 10111010 11111110 0 11011 0 0 100101100 1100001 1010110

Color Harmonies of #FEBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAFE

Black with #FEBAFE

Text Example


Text Example

White with #FEBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAFE; }

 p { color: rgb(254,186,254); }

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

background-color css

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

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

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

border-color css

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

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

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