Html Css Color HEX #FEB9F2 Lavender Rose

📋 copy color: '#FEB9F2'

red 254 ◦ green 185 ◦ blue 242

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

Shades of Lavender Rose #FEB9F2

Tints of Lavender Rose #FEB9F2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.17%

 BLUE value IS 242 (94.92% from 255) = 35.54%

R = 37.3%
G = 27.17%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEB9F2 (or 0xFEB9F2) is known color: Lavender Rose. HEX triplet: FE, B9 and F2. RGB value is (254,185,242). Sum of RGB (Red+Green+Blue) = 254+185+242=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 185 (72.66% from 255 or 27.17% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9F2 is #01460D. Grayscale: #D3D3D3. Windows color (decimal): -83470 or 15907326. OLE color: 15907326.

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

Color convert

RGB 254 185 242 -
CMYK 0 0.27 0.05 0.00
HSL 310.43º 0.97% 0.86% -
HSV(B) 310.43º 0.27% 1% -
XYZ 74.25 62.18 92.09 -
YUV 212.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 254 185 242 0 0.27 0.05 0.00 310.43 0.97 0.86
Hex FE B9 F2 0 1B 5 0 136 61 56
Octal 376 271 362 0 33 5 0 466 141 126
Binary 11111110 10111001 11110010 0 11011 101 0 100110110 1100001 1010110

Color Harmonies of #FEB9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9F2

Black with #FEB9F2

Text Example


Text Example

White with #FEB9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9F2; }

 p { color: rgb(254,185,242); }

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

background-color css

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

 a { background-color: rgb(254,185,242); }

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

border-color css

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

 span { border-color: rgb(254,185,242); }

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