Html Css Color HEX #FEB9F0 Lavender Rose

📋 copy color: '#FEB9F0'

red 254 ◦ green 185 ◦ blue 240

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

Shades of Lavender Rose #FEB9F0

Tints of Lavender Rose #FEB9F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.35%

R = 37.41%
G = 27.25%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEB9F0 (or 0xFEB9F0) is known color: Lavender Rose. HEX triplet: FE, B9 and F0. RGB value is (254,185,240). Sum of RGB (Red+Green+Blue) = 254+185+240=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 185 (72.66% from 255 or 27.25% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9F0 is #01460F. Grayscale: #D3D3D3. Windows color (decimal): -83472 or 15776254. OLE color: 15776254.

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

Color convert

RGB 254 185 240 -
CMYK 0 0.27 0.06 0.00
HSL 312.17º 0.97% 0.86% -
HSV(B) 312.17º 0.27% 1% -
XYZ 73.95 62.06 90.52 -
YUV 211.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 254 185 240 0 0.27 0.06 0.00 312.17 0.97 0.86
Hex FE B9 F0 0 1B 6 0 138 61 56
Octal 376 271 360 0 33 6 0 470 141 126
Binary 11111110 10111001 11110000 0 11011 110 0 100111000 1100001 1010110

Color Harmonies of #FEB9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9F0

Black with #FEB9F0

Text Example


Text Example

White with #FEB9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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