Html Css Color HEX #FEBAFD Lavender Rose

📋 copy color: '#FEBAFD'

red 254 ◦ green 186 ◦ blue 253

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

Shades of Lavender Rose #FEBAFD

Tints of Lavender Rose #FEBAFD

RGB

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

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

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

R = 36.65%
G = 26.84%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEBAFD (or 0xFEBAFD) is known color: Lavender Rose. HEX triplet: FE, BA and FD. RGB value is (254,186,253). Sum of RGB (Red+Green+Blue) = 254+186+253=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 186 (73.05% from 255 or 26.84% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAFD is #014502. Grayscale: #D5D5D5. Windows color (decimal): -83203 or 16628478. OLE color: 16628478.

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

Color convert

RGB 254 186 253 -
CMYK 0 0.27 0.00 0.00
HSL 300.88º 0.97% 0.86% -
HSV(B) 300.88º 0.27% 1% -
XYZ 76.16 63.28 101.13 -
YUV 213.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 254 186 253 0 0.27 0.00 0.00 300.88 0.97 0.86
Hex FE BA FD 0 1B 0 0 12D 61 56
Octal 376 272 375 0 33 0 0 455 141 126
Binary 11111110 10111010 11111101 0 11011 0 0 100101101 1100001 1010110

Color Harmonies of #FEBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAFD

Black with #FEBAFD

Text Example


Text Example

White with #FEBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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