Html Css Color HEX #F8BAEB Lavender Rose

📋 copy color: '#F8BAEB'

red 248 ◦ green 186 ◦ blue 235

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

Shades of Lavender Rose #F8BAEB

Tints of Lavender Rose #F8BAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.13%

R = 37.07%
G = 27.8%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F8BAEB (or 0xF8BAEB) is known color: Lavender Rose. HEX triplet: F8, BA and EB. RGB value is (248,186,235). Sum of RGB (Red+Green+Blue) = 248+186+235=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAEB is #074514. Grayscale: #D1D1D1. Windows color (decimal): -476437 or 15448824. OLE color: 15448824.

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

Color convert

RGB 248 186 235 -
CMYK 0 0.25 0.05 0.03
HSL 312.58º 0.82% 0.85% -
HSV(B) 312.58º 0.25% 0.97% -
XYZ 71.27 61.07 86.63 -
YUV 210.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 248 186 235 0 0.25 0.05 0.03 312.58 0.82 0.85
Hex F8 BA EB 0 19 5 3 139 52 55
Octal 370 272 353 0 31 5 3 471 122 125
Binary 11111000 10111010 11101011 0 11001 101 11 100111001 1010010 1010101

Color Harmonies of #F8BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAEB

Black with #F8BAEB

Text Example


Text Example

White with #F8BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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