#F8BEDF

Color #F8BEDF Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F8BEDF

Tints of Classic Rose #F8BEDF

Color information

#F8BEDF (or 0xF8BEDF) is unknown color: approx Classic Rose. HEX triplet: F8, BE and DF. RGB value is (248,190,223). Sum of RGB (Red+Green+Blue) = 248+190+223=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEDF is #074120. Grayscale: #D3D3D3. Windows color (decimal): -475425 or 14663416. OLE color: 14663416.

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

Color convert

RGB248190223-
CMYK00.230.100.03
HSL325.86º80.56%85.88%-
HSV(B)325.86º23.39%97.25%-
XYZ70.4462.1178.09-
YUV211.1134.72154.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 190 (74.61% from 255) = 28.74%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=37.52%
G=28.74%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819022300.230.100.03325.8680.5685.88
HexF8BEDF017A31465156
Octal370276337027123506121126
Binary11111000101111101101111101011110101110100011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEDF; }

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

 H1.HeaderClassName
 {
   color: #F8BEDF;
 }
 .AnyTagClassName
 {
   color: #F8BEDF;
 }
</style>
background-color css

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

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

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

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

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

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