Html Css Color HEX #F8BAF7 Lavender Rose

📋 copy color: '#F8BAF7'

red 248 ◦ green 186 ◦ blue 247

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

Shades of Lavender Rose #F8BAF7

Tints of Lavender Rose #F8BAF7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.31%

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

R = 36.42%
G = 27.31%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F8BAF7 (or 0xF8BAF7) is known color: Lavender Rose. HEX triplet: F8, BA and F7. RGB value is (248,186,247). Sum of RGB (Red+Green+Blue) = 248+186+247=681 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.42% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAF7 is #074508. Grayscale: #D3D3D3. Windows color (decimal): -476425 or 16235256. OLE color: 16235256.

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

Color convert

RGB 248 186 247 -
CMYK 0 0.25 0.00 0.03
HSL 300.97º 0.82% 0.85% -
HSV(B) 300.97º 0.25% 0.97% -
XYZ 73.06 61.79 96.07 -
YUV 211.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 248 186 247 0 0.25 0.00 0.03 300.97 0.82 0.85
Hex F8 BA F7 0 19 0 3 12D 52 55
Octal 370 272 367 0 31 0 3 455 122 125
Binary 11111000 10111010 11110111 0 11001 0 11 100101101 1010010 1010101

Color Harmonies of #F8BAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAF7

Black with #F8BAF7

Text Example


Text Example

White with #F8BAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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