Html Css Color HEX #F8BAED Lavender Rose

📋 copy color: '#F8BAED'

red 248 ◦ green 186 ◦ blue 237

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

Shades of Lavender Rose #F8BAED

Tints of Lavender Rose #F8BAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.72%

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

R = 36.96%
G = 27.72%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8BAED (or 0xF8BAED) is known color: Lavender Rose. HEX triplet: F8, BA and ED. RGB value is (248,186,237). Sum of RGB (Red+Green+Blue) = 248+186+237=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAED is #074512. Grayscale: #D2D2D2. Windows color (decimal): -476435 or 15579896. OLE color: 15579896.

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

Color convert

RGB 248 186 237 -
CMYK 0 0.25 0.04 0.03
HSL 310.65º 0.82% 0.85% -
HSV(B) 310.65º 0.25% 0.97% -
XYZ 71.56 61.19 88.16 -
YUV 210.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 248 186 237 0 0.25 0.04 0.03 310.65 0.82 0.85
Hex F8 BA ED 0 19 4 3 137 52 55
Octal 370 272 355 0 31 4 3 467 122 125
Binary 11111000 10111010 11101101 0 11001 100 11 100110111 1010010 1010101

Color Harmonies of #F8BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAED

Black with #F8BAED

Text Example


Text Example

White with #F8BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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