Html Css Color HEX #F8B0F7 Lavender Rose

📋 copy color: '#F8B0F7'

red 248 ◦ green 176 ◦ blue 247

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

Shades of Lavender Rose #F8B0F7

Tints of Lavender Rose #F8B0F7

RGB

 RED value IS 248 (97.27% from 255) = 36.96%

 GREEN value IS 176 (69.14% from 255) = 26.23%

 BLUE value IS 247 (96.88% from 255) = 36.81%

R = 36.96%
G = 26.23%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F8B0F7 (or 0xF8B0F7) is known color: Lavender Rose. HEX triplet: F8, B0 and F7. RGB value is (248,176,247). Sum of RGB (Red+Green+Blue) = 248+176+247=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 176 (69.14% from 255 or 26.23% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B0F7 is #074F08. Grayscale: #CDCDCD. Windows color (decimal): -478985 or 16232696. OLE color: 16232696.

HSL color Cylindrical-coordinate representation of color #F8B0F7: hue angle of 300.83º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B0F7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 176 247 -
CMYK 0 0.29 0.00 0.03
HSL 300.83º 0.84% 0.83% -
HSV(B) 300.83º 0.29% 0.97% -
XYZ 71.03 57.72 95.39 -
YUV 205.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 248 176 247 0 0.29 0.00 0.03 300.83 0.84 0.83
Hex F8 B0 F7 0 1D 0 3 12D 54 53
Octal 370 260 367 0 35 0 3 455 124 123
Binary 11111000 10110000 11110111 0 11101 0 11 100101101 1010100 1010011

Color Harmonies of #F8B0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B0F7

Black with #F8B0F7

Text Example


Text Example

White with #F8B0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B0F7; }

 p { color: rgb(248,176,247); }

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

background-color css

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

 a { background-color: rgb(248,176,247); }

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

border-color css

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

 span { border-color: rgb(248,176,247); }

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