Html Css Color HEX #F8BEF1 Lavender Rose

📋 copy color: '#F8BEF1'

red 248 ◦ green 190 ◦ blue 241

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

Shades of Lavender Rose #F8BEF1

Tints of Lavender Rose #F8BEF1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.98%

 BLUE value IS 241 (94.53% from 255) = 35.49%

R = 36.52%
G = 27.98%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F8BEF1 (or 0xF8BEF1) is known color: Lavender Rose. HEX triplet: F8, BE and F1. RGB value is (248,190,241). Sum of RGB (Red+Green+Blue) = 248+190+241=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BEF1 is #07410E. Grayscale: #D5D5D5. Windows color (decimal): -475407 or 15843064. OLE color: 15843064.

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

Color convert

RGB 248 190 241 -
CMYK 0 0.23 0.03 0.03
HSL 307.24º 0.81% 0.86% -
HSV(B) 307.24º 0.23% 0.97% -
XYZ 73 63.13 91.56 -
YUV 213.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 248 190 241 0 0.23 0.03 0.03 307.24 0.81 0.86
Hex F8 BE F1 0 17 3 3 133 51 56
Octal 370 276 361 0 27 3 3 463 121 126
Binary 11111000 10111110 11110001 0 10111 11 11 100110011 1010001 1010110

Color Harmonies of #F8BEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BEF1

Black with #F8BEF1

Text Example


Text Example

White with #F8BEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BEF1; }

 p { color: rgb(248,190,241); }

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

background-color css

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

 a { background-color: rgb(248,190,241); }

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

border-color css

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

 span { border-color: rgb(248,190,241); }

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