Html Css Color HEX #FEB7F8 Lavender Rose

📋 copy color: '#FEB7F8'

red 254 ◦ green 183 ◦ blue 248

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

Shades of Lavender Rose #FEB7F8

Tints of Lavender Rose #FEB7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.2%

R = 37.08%
G = 26.72%
B = 36.2%

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

#FEB7F8 (or 0xFEB7F8) is known color: Lavender Rose. HEX triplet: FE, B7 and F8. RGB value is (254,183,248). Sum of RGB (Red+Green+Blue) = 254+183+248=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F8 is #014807. Grayscale: #D3D3D3. Windows color (decimal): -83976 or 16300030. OLE color: 16300030.

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

Color convert

RGB 254 183 248 -
CMYK 0 0.28 0.02 0.00
HSL 305.07º 0.97% 0.86% -
HSV(B) 305.07º 0.28% 1% -
XYZ 74.75 61.72 96.78 -
YUV 211.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 254 183 248 0 0.28 0.02 0.00 305.07 0.97 0.86
Hex FE B7 F8 0 1C 2 0 131 61 56
Octal 376 267 370 0 34 2 0 461 141 126
Binary 11111110 10110111 11111000 0 11100 10 0 100110001 1100001 1010110

Color Harmonies of #FEB7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7F8

Black with #FEB7F8

Text Example


Text Example

White with #FEB7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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