Html Css Color HEX #FEBFF1 Lavender Rose

📋 copy color: '#FEBFF1'

red 254 ◦ green 191 ◦ blue 241

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

Shades of Lavender Rose #FEBFF1

Tints of Lavender Rose #FEBFF1

RGB

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

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

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

R = 37.03%
G = 27.84%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEBFF1 (or 0xFEBFF1) is known color: Lavender Rose. HEX triplet: FE, BF and F1. RGB value is (254,191,241). Sum of RGB (Red+Green+Blue) = 254+191+241=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF1 is #01400E. Grayscale: #D7D7D7. Windows color (decimal): -81935 or 15843326. OLE color: 15843326.

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

Color convert

RGB 254 191 241 -
CMYK 0 0.25 0.05 0.00
HSL 312.38º 0.97% 0.87% -
HSV(B) 312.38º 0.25% 1% -
XYZ 75.38 64.68 91.73 -
YUV 215.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 254 191 241 0 0.25 0.05 0.00 312.38 0.97 0.87
Hex FE BF F1 0 19 5 0 138 61 57
Octal 376 277 361 0 31 5 0 470 141 127
Binary 11111110 10111111 11110001 0 11001 101 0 100111000 1100001 1010111

Color Harmonies of #FEBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFF1

Black with #FEBFF1

Text Example


Text Example

White with #FEBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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