#F8BEDE

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

Shades of Classic Rose #F8BEDE

Tints of Classic Rose #F8BEDE

Color information

#F8BEDE (or 0xF8BEDE) is unknown color: approx Classic Rose. HEX triplet: F8, BE and DE. RGB value is (248,190,222). Sum of RGB (Red+Green+Blue) = 248+190+222=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEDE is #074121. Grayscale: #D2D2D2. Windows color (decimal): -475426 or 14597880. OLE color: 14597880.

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

Color convert

RGB248190222-
CMYK00.230.100.03
HSL326.9º80.56%85.88%-
HSV(B)326.9º23.39%97.25%-
XYZ70.3162.0677.38-
YUV210.99134.22154.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.58%
GREEN value IS 190 (74.61% from 255) = 28.79%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=37.58%
G=28.79%
B=33.64%

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
Decimal24819022200.230.100.03326.980.5685.88
HexF8BEDE017A31475156
Octal370276336027123507121126
Binary11111000101111101101111001011110101110100011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEDE; }

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

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

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

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

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

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

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

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