Html Css Color HEX #F8BEE2 Classic Rose

📋 copy color: '#F8BEE2'

red 248 ◦ green 190 ◦ blue 226

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

Shades of Classic Rose #F8BEE2

Tints of Classic Rose #F8BEE2

RGB

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

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

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

R = 37.35%
G = 28.61%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8BEE2 (or 0xF8BEE2) is known color: Classic Rose. HEX triplet: F8, BE and E2. RGB value is (248,190,226). Sum of RGB (Red+Green+Blue) = 248+190+226=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEE2 is #07411D. Grayscale: #D3D3D3. Windows color (decimal): -475422 or 14860024. OLE color: 14860024.

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

Color convert

RGB 248 190 226 -
CMYK 0 0.23 0.09 0.03
HSL 322.76º 0.81% 0.86% -
HSV(B) 322.76º 0.23% 0.97% -
XYZ 70.85 62.27 80.24 -
YUV 211.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 248 190 226 0 0.23 0.09 0.03 322.76 0.81 0.86
Hex F8 BE E2 0 17 9 3 143 51 56
Octal 370 276 342 0 27 11 3 503 121 126
Binary 11111000 10111110 11100010 0 10111 1001 11 101000011 1010001 1010110

Color Harmonies of #F8BEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BEE2

Black with #F8BEE2

Text Example


Text Example

White with #F8BEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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