Html Css Color HEX #F8BEED Lavender Rose

📋 copy color: '#F8BEED'

red 248 ◦ green 190 ◦ blue 237

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

Shades of Lavender Rose #F8BEED

Tints of Lavender Rose #F8BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.11%

R = 36.74%
G = 28.15%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8BEED (or 0xF8BEED) is known color: Lavender Rose. HEX triplet: F8, BE and ED. RGB value is (248,190,237). Sum of RGB (Red+Green+Blue) = 248+190+237=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BEED is #074112. Grayscale: #D4D4D4. Windows color (decimal): -475411 or 15580920. OLE color: 15580920.

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

Color convert

RGB 248 190 237 -
CMYK 0 0.23 0.04 0.03
HSL 311.38º 0.81% 0.86% -
HSV(B) 311.38º 0.23% 0.97% -
XYZ 72.41 62.9 88.44 -
YUV 212.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 248 190 237 0 0.23 0.04 0.03 311.38 0.81 0.86
Hex F8 BE ED 0 17 4 3 137 51 56
Octal 370 276 355 0 27 4 3 467 121 126
Binary 11111000 10111110 11101101 0 10111 100 11 100110111 1010001 1010110

Color Harmonies of #F8BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BEED

Black with #F8BEED

Text Example


Text Example

White with #F8BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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