Html Css Color HEX #FEBFEF Lavender Rose

📋 copy color: '#FEBFEF'

red 254 ◦ green 191 ◦ blue 239

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

Shades of Lavender Rose #FEBFEF

Tints of Lavender Rose #FEBFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.94%

R = 37.13%
G = 27.92%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEBFEF (or 0xFEBFEF) is known color: Lavender Rose. HEX triplet: FE, BF and EF. RGB value is (254,191,239). Sum of RGB (Red+Green+Blue) = 254+191+239=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEF is #014010. Grayscale: #D7D7D7. Windows color (decimal): -81937 or 15712254. OLE color: 15712254.

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

Color convert

RGB 254 191 239 -
CMYK 0 0.25 0.06 0.00
HSL 314.29º 0.97% 0.87% -
HSV(B) 314.29º 0.25% 1% -
XYZ 75.08 64.56 90.17 -
YUV 215.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 254 191 239 0 0.25 0.06 0.00 314.29 0.97 0.87
Hex FE BF EF 0 19 6 0 13A 61 57
Octal 376 277 357 0 31 6 0 472 141 127
Binary 11111110 10111111 11101111 0 11001 110 0 100111010 1100001 1010111

Color Harmonies of #FEBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFEF

Black with #FEBFEF

Text Example


Text Example

White with #FEBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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