Html Css Color HEX #F8BBEC Lavender Rose

📋 copy color: '#F8BBEC'

red 248 ◦ green 187 ◦ blue 236

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

Shades of Lavender Rose #F8BBEC

Tints of Lavender Rose #F8BBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.17%

R = 36.96%
G = 27.87%
B = 35.17%

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

#F8BBEC (or 0xF8BBEC) is known color: Lavender Rose. HEX triplet: F8, BB and EC. RGB value is (248,187,236). Sum of RGB (Red+Green+Blue) = 248+187+236=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBEC is #074413. Grayscale: #D2D2D2. Windows color (decimal): -476180 or 15514616. OLE color: 15514616.

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

Color convert

RGB 248 187 236 -
CMYK 0 0.25 0.05 0.03
HSL 311.8º 0.81% 0.85% -
HSV(B) 311.8º 0.25% 0.97% -
XYZ 71.62 61.55 87.46 -
YUV 210.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 248 187 236 0 0.25 0.05 0.03 311.8 0.81 0.85
Hex F8 BB EC 0 19 5 3 138 51 55
Octal 370 273 354 0 31 5 3 470 121 125
Binary 11111000 10111011 11101100 0 11001 101 11 100111000 1010001 1010101

Color Harmonies of #F8BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBEC

Black with #F8BBEC

Text Example


Text Example

White with #F8BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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