Html Css Color HEX #FEB7F9 Lavender Rose

📋 copy color: '#FEB7F9'

red 254 ◦ green 183 ◦ blue 249

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

Shades of Lavender Rose #FEB7F9

Tints of Lavender Rose #FEB7F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.3%

R = 37.03%
G = 26.68%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEB7F9 (or 0xFEB7F9) is known color: Lavender Rose. HEX triplet: FE, B7 and F9. RGB value is (254,183,249). Sum of RGB (Red+Green+Blue) = 254+183+249=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 183 (71.88% from 255 or 26.68% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F9 is #014806. Grayscale: #D3D3D3. Windows color (decimal): -83975 or 16365566. OLE color: 16365566.

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

Color convert

RGB 254 183 249 -
CMYK 0 0.28 0.02 0.00
HSL 304.23º 0.97% 0.86% -
HSV(B) 304.23º 0.28% 1% -
XYZ 74.91 61.78 97.6 -
YUV 211.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 254 183 249 0 0.28 0.02 0.00 304.23 0.97 0.86
Hex FE B7 F9 0 1C 2 0 130 61 56
Octal 376 267 371 0 34 2 0 460 141 126
Binary 11111110 10110111 11111001 0 11100 10 0 100110000 1100001 1010110

Color Harmonies of #FEB7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7F9

Black with #FEB7F9

Text Example


Text Example

White with #FEB7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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