Html Css Color HEX #FEB3E3 Lavender Rose

📋 copy color: '#FEB3E3'

red 254 ◦ green 179 ◦ blue 227

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

Shades of Lavender Rose #FEB3E3

Tints of Lavender Rose #FEB3E3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.12%

 BLUE value IS 227 (89.06% from 255) = 34.39%

R = 38.48%
G = 27.12%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEB3E3 (or 0xFEB3E3) is known color: Lavender Rose. HEX triplet: FE, B3 and E3. RGB value is (254,179,227). Sum of RGB (Red+Green+Blue) = 254+179+227=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3E3 is #014C1C. Grayscale: #CECECE. Windows color (decimal): -85021 or 14922750. OLE color: 14922750.

HSL color Cylindrical-coordinate representation of color #FEB3E3: hue angle of 321.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB3E3 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 179 227 -
CMYK 0 0.30 0.11 0.00
HSL 321.6º 0.97% 0.85% -
HSV(B) 321.6º 0.3% 1% -
XYZ 70.86 58.86 80.3 -
YUV 206.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 254 179 227 0 0.30 0.11 0.00 321.6 0.97 0.85
Hex FE B3 E3 0 1E B 0 142 61 55
Octal 376 263 343 0 36 13 0 502 141 125
Binary 11111110 10110011 11100011 0 11110 1011 0 101000010 1100001 1010101

Color Harmonies of #FEB3E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3E3

Black with #FEB3E3

Text Example


Text Example

White with #FEB3E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3E3; }

 p { color: rgb(254,179,227); }

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

background-color css

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

 a { background-color: rgb(254,179,227); }

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

border-color css

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

 span { border-color: rgb(254,179,227); }

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