Html Css Color HEX #FEB2ED Lavender Rose

📋 copy color: '#FEB2ED'

red 254 ◦ green 178 ◦ blue 237

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

Shades of Lavender Rose #FEB2ED

Tints of Lavender Rose #FEB2ED

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.61%

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 37.97%
G = 26.61%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEB2ED (or 0xFEB2ED) is known color: Lavender Rose. HEX triplet: FE, B2 and ED. RGB value is (254,178,237). Sum of RGB (Red+Green+Blue) = 254+178+237=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 178 (69.92% from 255 or 26.61% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2ED is #014D12. Grayscale: #CFCFCF. Windows color (decimal): -85267 or 15577854. OLE color: 15577854.

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

Color convert

RGB 254 178 237 -
CMYK 0 0.30 0.07 0.00
HSL 313.42º 0.97% 0.85% -
HSV(B) 313.42º 0.3% 1% -
XYZ 72.08 59.03 87.71 -
YUV 207.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 254 178 237 0 0.30 0.07 0.00 313.42 0.97 0.85
Hex FE B2 ED 0 1E 7 0 139 61 55
Octal 376 262 355 0 36 7 0 471 141 125
Binary 11111110 10110010 11101101 0 11110 111 0 100111001 1100001 1010101

Color Harmonies of #FEB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2ED

Black with #FEB2ED

Text Example


Text Example

White with #FEB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2ED; }

 p { color: rgb(254,178,237); }

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

background-color css

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

 a { background-color: rgb(254,178,237); }

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

border-color css

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

 span { border-color: rgb(254,178,237); }

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