Html Css Color HEX #FEBFF4 Lavender Rose

📋 copy color: '#FEBFF4'

red 254 ◦ green 191 ◦ blue 244

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

Shades of Lavender Rose #FEBFF4

Tints of Lavender Rose #FEBFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.41%

R = 36.87%
G = 27.72%
B = 35.41%

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

#FEBFF4 (or 0xFEBFF4) is known color: Lavender Rose. HEX triplet: FE, BF and F4. RGB value is (254,191,244). Sum of RGB (Red+Green+Blue) = 254+191+244=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 191 (75% from 255 or 27.72% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF4 is #01400B. Grayscale: #D7D7D7. Windows color (decimal): -81932 or 16039934. OLE color: 16039934.

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

Color convert

RGB 254 191 244 -
CMYK 0 0.25 0.04 0.00
HSL 309.52º 0.97% 0.87% -
HSV(B) 309.52º 0.25% 1% -
XYZ 75.83 64.86 94.11 -
YUV 215.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 254 191 244 0 0.25 0.04 0.00 309.52 0.97 0.87
Hex FE BF F4 0 19 4 0 136 61 57
Octal 376 277 364 0 31 4 0 466 141 127
Binary 11111110 10111111 11110100 0 11001 100 0 100110110 1100001 1010111

Color Harmonies of #FEBFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFF4

Black with #FEBFF4

Text Example


Text Example

White with #FEBFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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