Html Css Color HEX #F8BFEF Lavender Rose

📋 copy color: '#F8BFEF'

red 248 ◦ green 191 ◦ blue 239

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

Shades of Lavender Rose #F8BFEF

Tints of Lavender Rose #F8BFEF

RGB

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

 GREEN value IS 191 (75% from 255) = 28.17%

 BLUE value IS 239 (93.75% from 255) = 35.25%

R = 36.58%
G = 28.17%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8BFEF (or 0xF8BFEF) is known color: Lavender Rose. HEX triplet: F8, BF and EF. RGB value is (248,191,239). Sum of RGB (Red+Green+Blue) = 248+191+239=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFEF is #074010. Grayscale: #D5D5D5. Windows color (decimal): -475153 or 15712248. OLE color: 15712248.

HSL color Cylindrical-coordinate representation of color #F8BFEF: hue angle of 309.47º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFEF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 191 239 -
CMYK 0 0.23 0.04 0.03
HSL 309.47º 0.8% 0.86% -
HSV(B) 309.47º 0.23% 0.97% -
XYZ 72.92 63.45 90.07 -
YUV 213.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 248 191 239 0 0.23 0.04 0.03 309.47 0.8 0.86
Hex F8 BF EF 0 17 4 3 135 50 56
Octal 370 277 357 0 27 4 3 465 120 126
Binary 11111000 10111111 11101111 0 10111 100 11 100110101 1010000 1010110

Color Harmonies of #F8BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFEF

Black with #F8BFEF

Text Example


Text Example

White with #F8BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFEF; }

 p { color: rgb(248,191,239); }

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

background-color css

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

 a { background-color: rgb(248,191,239); }

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

border-color css

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

 span { border-color: rgb(248,191,239); }

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