Html Css Color HEX #F8BFEE Lavender Rose

📋 copy color: '#F8BFEE'

red 248 ◦ green 191 ◦ blue 238

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

Shades of Lavender Rose #F8BFEE

Tints of Lavender Rose #F8BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.16%

R = 36.63%
G = 28.21%
B = 35.16%

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

#F8BFEE (or 0xF8BFEE) is known color: Lavender Rose. HEX triplet: F8, BF and EE. RGB value is (248,191,238). Sum of RGB (Red+Green+Blue) = 248+191+238=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFEE is #074011. Grayscale: #D5D5D5. Windows color (decimal): -475154 or 15646712. OLE color: 15646712.

HSL color Cylindrical-coordinate representation of color #F8BFEE: hue angle of 310.53º 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 #F8BFEE is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 191 238 -
CMYK 0 0.23 0.04 0.03
HSL 310.53º 0.8% 0.86% -
HSV(B) 310.53º 0.23% 0.97% -
XYZ 72.77 63.39 89.29 -
YUV 213.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 248 191 238 0 0.23 0.04 0.03 310.53 0.8 0.86
Hex F8 BF EE 0 17 4 3 137 50 56
Octal 370 277 356 0 27 4 3 467 120 126
Binary 11111000 10111111 11101110 0 10111 100 11 100110111 1010000 1010110

Color Harmonies of #F8BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BFEE

Black with #F8BFEE

Text Example


Text Example

White with #F8BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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