Html Css Color HEX #F8BBEA Lavender Rose

📋 copy color: '#F8BBEA'

red 248 ◦ green 187 ◦ blue 234

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

Shades of Lavender Rose #F8BBEA

Tints of Lavender Rose #F8BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.95%

 BLUE value IS 234 (91.8% from 255) = 34.98%

R = 37.07%
G = 27.95%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F8BBEA (or 0xF8BBEA) is known color: Lavender Rose. HEX triplet: F8, BB and EA. RGB value is (248,187,234). Sum of RGB (Red+Green+Blue) = 248+187+234=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBEA is #074415. Grayscale: #D2D2D2. Windows color (decimal): -476182 or 15383544. OLE color: 15383544.

HSL color Cylindrical-coordinate representation of color #F8BBEA: hue angle of 313.77º degrees, saturation: 0.81, 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 #F8BBEA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 187 234 -
CMYK 0 0.25 0.06 0.03
HSL 313.77º 0.81% 0.85% -
HSV(B) 313.77º 0.25% 0.97% -
XYZ 71.33 61.44 85.94 -
YUV 210.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 248 187 234 0 0.25 0.06 0.03 313.77 0.81 0.85
Hex F8 BB EA 0 19 6 3 13A 51 55
Octal 370 273 352 0 31 6 3 472 121 125
Binary 11111000 10111011 11101010 0 11001 110 11 100111010 1010001 1010101

Color Harmonies of #F8BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBEA

Black with #F8BBEA

Text Example


Text Example

White with #F8BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBEA; }

 p { color: rgb(248,187,234); }

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

background-color css

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

 a { background-color: rgb(248,187,234); }

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

border-color css

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

 span { border-color: rgb(248,187,234); }

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