Html Css Color HEX #FEBFF6 Lavender Rose

📋 copy color: '#FEBFF6'

red 254 ◦ green 191 ◦ blue 246

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

Shades of Lavender Rose #FEBFF6

Tints of Lavender Rose #FEBFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.6%

R = 36.76%
G = 27.64%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEBFF6 (or 0xFEBFF6) is known color: Lavender Rose. HEX triplet: FE, BF and F6. RGB value is (254,191,246). Sum of RGB (Red+Green+Blue) = 254+191+246=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 191 (75% from 255 or 27.64% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF6 is #014009. Grayscale: #D7D7D7. Windows color (decimal): -81930 or 16171006. OLE color: 16171006.

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

Color convert

RGB 254 191 246 -
CMYK 0 0.25 0.03 0.00
HSL 307.62º 0.97% 0.87% -
HSV(B) 307.62º 0.25% 1% -
XYZ 76.14 64.99 95.72 -
YUV 216.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 254 191 246 0 0.25 0.03 0.00 307.62 0.97 0.87
Hex FE BF F6 0 19 3 0 134 61 57
Octal 376 277 366 0 31 3 0 464 141 127
Binary 11111110 10111111 11110110 0 11001 11 0 100110100 1100001 1010111

Color Harmonies of #FEBFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFF6

Black with #FEBFF6

Text Example


Text Example

White with #FEBFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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