Html Css Color HEX #FEBAF1 Lavender Rose

📋 copy color: '#FEBAF1'

red 254 ◦ green 186 ◦ blue 241

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

Shades of Lavender Rose #FEBAF1

Tints of Lavender Rose #FEBAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.39%

R = 37.3%
G = 27.31%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEBAF1 (or 0xFEBAF1) is known color: Lavender Rose. HEX triplet: FE, BA and F1. RGB value is (254,186,241). Sum of RGB (Red+Green+Blue) = 254+186+241=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAF1 is #01450E. Grayscale: #D4D4D4. Windows color (decimal): -83215 or 15842046. OLE color: 15842046.

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

Color convert

RGB 254 186 241 -
CMYK 0 0.27 0.05 0.00
HSL 311.47º 0.97% 0.86% -
HSV(B) 311.47º 0.27% 1% -
XYZ 74.31 62.54 91.37 -
YUV 212.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 254 186 241 0 0.27 0.05 0.00 311.47 0.97 0.86
Hex FE BA F1 0 1B 5 0 137 61 56
Octal 376 272 361 0 33 5 0 467 141 126
Binary 11111110 10111010 11110001 0 11011 101 0 100110111 1100001 1010110

Color Harmonies of #FEBAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAF1

Black with #FEBAF1

Text Example


Text Example

White with #FEBAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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