Html Css Color HEX #FEB7E7 Lavender Rose

📋 copy color: '#FEB7E7'

red 254 ◦ green 183 ◦ blue 231

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

Shades of Lavender Rose #FEB7E7

Tints of Lavender Rose #FEB7E7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.4%

 BLUE value IS 231 (90.63% from 255) = 34.58%

R = 38.02%
G = 27.4%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEB7E7 (or 0xFEB7E7) is known color: Lavender Rose. HEX triplet: FE, B7 and E7. RGB value is (254,183,231). Sum of RGB (Red+Green+Blue) = 254+183+231=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7E7 is #014818. Grayscale: #D1D1D1. Windows color (decimal): -83993 or 15185918. OLE color: 15185918.

HSL color Cylindrical-coordinate representation of color #FEB7E7: hue angle of 319.44º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7E7 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 183 231 -
CMYK 0 0.28 0.09 0.00
HSL 319.44º 0.97% 0.86% -
HSV(B) 319.44º 0.28% 1% -
XYZ 72.23 60.71 83.51 -
YUV 209.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 254 183 231 0 0.28 0.09 0.00 319.44 0.97 0.86
Hex FE B7 E7 0 1C 9 0 13F 61 56
Octal 376 267 347 0 34 11 0 477 141 126
Binary 11111110 10110111 11100111 0 11100 1001 0 100111111 1100001 1010110

Color Harmonies of #FEB7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7E7

Black with #FEB7E7

Text Example


Text Example

White with #FEB7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7E7; }

 p { color: rgb(254,183,231); }

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

background-color css

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

 a { background-color: rgb(254,183,231); }

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

border-color css

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

 span { border-color: rgb(254,183,231); }

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