Html Css Color HEX #FEBAF3 Lavender Rose

📋 copy color: '#FEBAF3'

red 254 ◦ green 186 ◦ blue 243

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

Shades of Lavender Rose #FEBAF3

Tints of Lavender Rose #FEBAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.58%

R = 37.19%
G = 27.23%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEBAF3 (or 0xFEBAF3) is known color: Lavender Rose. HEX triplet: FE, BA and F3. RGB value is (254,186,243). Sum of RGB (Red+Green+Blue) = 254+186+243=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAF3 is #01450C. Grayscale: #D4D4D4. Windows color (decimal): -83213 or 15973118. OLE color: 15973118.

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

Color convert

RGB 254 186 243 -
CMYK 0 0.27 0.04 0.00
HSL 309.71º 0.97% 0.86% -
HSV(B) 309.71º 0.27% 1% -
XYZ 74.61 62.66 92.96 -
YUV 212.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 254 186 243 0 0.27 0.04 0.00 309.71 0.97 0.86
Hex FE BA F3 0 1B 4 0 136 61 56
Octal 376 272 363 0 33 4 0 466 141 126
Binary 11111110 10111010 11110011 0 11011 100 0 100110110 1100001 1010110

Color Harmonies of #FEBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAF3

Black with #FEBAF3

Text Example


Text Example

White with #FEBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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