Html Css Color HEX #FEBAFA Lavender Rose

📋 copy color: '#FEBAFA'

red 254 ◦ green 186 ◦ blue 250

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

Shades of Lavender Rose #FEBAFA

Tints of Lavender Rose #FEBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 36.81%
G = 26.96%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEBAFA (or 0xFEBAFA) is known color: Lavender Rose. HEX triplet: FE, BA and FA. RGB value is (254,186,250). Sum of RGB (Red+Green+Blue) = 254+186+250=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAFA is #014505. Grayscale: #D5D5D5. Windows color (decimal): -83206 or 16431870. OLE color: 16431870.

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

Color convert

RGB 254 186 250 -
CMYK 0 0.27 0.02 0.00
HSL 303.53º 0.97% 0.86% -
HSV(B) 303.53º 0.27% 1% -
XYZ 75.69 63.09 98.63 -
YUV 213.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 254 186 250 0 0.27 0.02 0.00 303.53 0.97 0.86
Hex FE BA FA 0 1B 2 0 130 61 56
Octal 376 272 372 0 33 2 0 460 141 126
Binary 11111110 10111010 11111010 0 11011 10 0 100110000 1100001 1010110

Color Harmonies of #FEBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAFA

Black with #FEBAFA

Text Example


Text Example

White with #FEBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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