Html Css Color HEX #FEBFF3 Lavender Rose

📋 copy color: '#FEBFF3'

red 254 ◦ green 191 ◦ blue 243

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

Shades of Lavender Rose #FEBFF3

Tints of Lavender Rose #FEBFF3

RGB

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

 GREEN value IS 191 (75% from 255) = 27.76%

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

R = 36.92%
G = 27.76%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEBFF3 (or 0xFEBFF3) is known color: Lavender Rose. HEX triplet: FE, BF and F3. RGB value is (254,191,243). Sum of RGB (Red+Green+Blue) = 254+191+243=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 191 (75% from 255 or 27.76% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF3 is #01400C. Grayscale: #D7D7D7. Windows color (decimal): -81933 or 15974398. OLE color: 15974398.

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

Color convert

RGB 254 191 243 -
CMYK 0 0.25 0.04 0.00
HSL 310.48º 0.97% 0.87% -
HSV(B) 310.48º 0.25% 1% -
XYZ 75.68 64.8 93.31 -
YUV 215.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 254 191 243 0 0.25 0.04 0.00 310.48 0.97 0.87
Hex FE BF F3 0 19 4 0 136 61 57
Octal 376 277 363 0 31 4 0 466 141 127
Binary 11111110 10111111 11110011 0 11001 100 0 100110110 1100001 1010111

Color Harmonies of #FEBFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFF3

Black with #FEBFF3

Text Example


Text Example

White with #FEBFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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