Html Css Color HEX #F8BCEB Lavender Rose

📋 copy color: '#F8BCEB'

red 248 ◦ green 188 ◦ blue 235

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

Shades of Lavender Rose #F8BCEB

Tints of Lavender Rose #F8BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.02%

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

R = 36.96%
G = 28.02%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F8BCEB (or 0xF8BCEB) is known color: Lavender Rose. HEX triplet: F8, BC and EB. RGB value is (248,188,235). Sum of RGB (Red+Green+Blue) = 248+188+235=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCEB is #074314. Grayscale: #D3D3D3. Windows color (decimal): -475925 or 15449336. OLE color: 15449336.

HSL color Cylindrical-coordinate representation of color #F8BCEB: hue angle of 313º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCEB is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 188 235 -
CMYK 0 0.24 0.05 0.03
HSL 313º 0.81% 0.85% -
HSV(B) 313º 0.24% 0.97% -
XYZ 71.69 61.92 86.77 -
YUV 211.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 248 188 235 0 0.24 0.05 0.03 313 0.81 0.85
Hex F8 BC EB 0 18 5 3 139 51 55
Octal 370 274 353 0 30 5 3 471 121 125
Binary 11111000 10111100 11101011 0 11000 101 11 100111001 1010001 1010101

Color Harmonies of #F8BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCEB

Black with #F8BCEB

Text Example


Text Example

White with #F8BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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