Html Css Color HEX #F8BAE2 Classic Rose

📋 copy color: '#F8BAE2'

red 248 ◦ green 186 ◦ blue 226

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

Shades of Classic Rose #F8BAE2

Tints of Classic Rose #F8BAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.24%

R = 37.58%
G = 28.18%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8BAE2 (or 0xF8BAE2) is known color: Classic Rose. HEX triplet: F8, BA and E2. RGB value is (248,186,226). Sum of RGB (Red+Green+Blue) = 248+186+226=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAE2 is #07451D. Grayscale: #D1D1D1. Windows color (decimal): -476446 or 14859000. OLE color: 14859000.

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

Color convert

RGB 248 186 226 -
CMYK 0 0.25 0.09 0.03
HSL 321.29º 0.82% 0.85% -
HSV(B) 321.29º 0.25% 0.97% -
XYZ 70 60.57 79.95 -
YUV 209.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 248 186 226 0 0.25 0.09 0.03 321.29 0.82 0.85
Hex F8 BA E2 0 19 9 3 141 52 55
Octal 370 272 342 0 31 11 3 501 122 125
Binary 11111000 10111010 11100010 0 11001 1001 11 101000001 1010010 1010101

Color Harmonies of #F8BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BAE2

Black with #F8BAE2

Text Example


Text Example

White with #F8BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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