Html Css Color HEX #F8BBEB Lavender Rose

📋 copy color: '#F8BBEB'

red 248 ◦ green 187 ◦ blue 235

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

Shades of Lavender Rose #F8BBEB

Tints of Lavender Rose #F8BBEB

RGB

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

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

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

R = 37.01%
G = 27.91%
B = 35.07%

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

#F8BBEB (or 0xF8BBEB) is known color: Lavender Rose. HEX triplet: F8, BB and EB. RGB value is (248,187,235). Sum of RGB (Red+Green+Blue) = 248+187+235=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBEB is #074414. Grayscale: #D2D2D2. Windows color (decimal): -476181 or 15449080. OLE color: 15449080.

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

Color convert

RGB 248 187 235 -
CMYK 0 0.25 0.05 0.03
HSL 312.79º 0.81% 0.85% -
HSV(B) 312.79º 0.25% 0.97% -
XYZ 71.48 61.5 86.7 -
YUV 210.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 248 187 235 0 0.25 0.05 0.03 312.79 0.81 0.85
Hex F8 BB EB 0 19 5 3 139 51 55
Octal 370 273 353 0 31 5 3 471 121 125
Binary 11111000 10111011 11101011 0 11001 101 11 100111001 1010001 1010101

Color Harmonies of #F8BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBEB

Black with #F8BBEB

Text Example


Text Example

White with #F8BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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