Html Css Color HEX #F8BAEC Lavender Rose

📋 copy color: '#F8BAEC'

red 248 ◦ green 186 ◦ blue 236

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

Shades of Lavender Rose #F8BAEC

Tints of Lavender Rose #F8BAEC

RGB

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

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

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

R = 37.01%
G = 27.76%
B = 35.22%

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

#F8BAEC (or 0xF8BAEC) is known color: Lavender Rose. HEX triplet: F8, BA and EC. RGB value is (248,186,236). Sum of RGB (Red+Green+Blue) = 248+186+236=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAEC is #074513. Grayscale: #D2D2D2. Windows color (decimal): -476436 or 15514360. OLE color: 15514360.

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

Color convert

RGB 248 186 236 -
CMYK 0 0.25 0.05 0.03
HSL 311.61º 0.82% 0.85% -
HSV(B) 311.61º 0.25% 0.97% -
XYZ 71.41 61.13 87.39 -
YUV 210.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 248 186 236 0 0.25 0.05 0.03 311.61 0.82 0.85
Hex F8 BA EC 0 19 5 3 138 52 55
Octal 370 272 354 0 31 5 3 470 122 125
Binary 11111000 10111010 11101100 0 11001 101 11 100111000 1010010 1010101

Color Harmonies of #F8BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAEC

Black with #F8BAEC

Text Example


Text Example

White with #F8BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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