Html Css Color HEX #FEB3E6 Lavender Rose

📋 copy color: '#FEB3E6'

red 254 ◦ green 179 ◦ blue 230

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

Shades of Lavender Rose #FEB3E6

Tints of Lavender Rose #FEB3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.69%

R = 38.31%
G = 27%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEB3E6 (or 0xFEB3E6) is known color: Lavender Rose. HEX triplet: FE, B3 and E6. RGB value is (254,179,230). Sum of RGB (Red+Green+Blue) = 254+179+230=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 179 (70.31% from 255 or 27.00% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB3E6 is #014C19. Grayscale: #CFCFCF. Windows color (decimal): -85018 or 15119358. OLE color: 15119358.

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

Color convert

RGB 254 179 230 -
CMYK 0 0.30 0.09 0.00
HSL 319.2º 0.97% 0.85% -
HSV(B) 319.2º 0.3% 1% -
XYZ 71.28 59.02 82.5 -
YUV 207.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 254 179 230 0 0.30 0.09 0.00 319.2 0.97 0.85
Hex FE B3 E6 0 1E 9 0 13F 61 55
Octal 376 263 346 0 36 11 0 477 141 125
Binary 11111110 10110011 11100110 0 11110 1001 0 100111111 1100001 1010101

Color Harmonies of #FEB3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3E6

Black with #FEB3E6

Text Example


Text Example

White with #FEB3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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