#F8BEDD

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

Shades of Classic Rose #F8BEDD

Tints of Classic Rose #F8BEDD

Color information

#F8BEDD (or 0xF8BEDD) is unknown color: approx Classic Rose. HEX triplet: F8, BE and DD. RGB value is (248,190,221). Sum of RGB (Red+Green+Blue) = 248+190+221=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEDD is #074122. Grayscale: #D2D2D2. Windows color (decimal): -475427 or 14532344. OLE color: 14532344.

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

Color convert

RGB248190221-
CMYK00.230.110.03
HSL327.93º80.56%85.88%-
HSV(B)327.93º23.39%97.25%-
XYZ70.186276.68-
YUV210.88133.72154.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.63%
GREEN value IS 190 (74.61% from 255) = 28.83%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=37.63%
G=28.83%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819022100.230.110.03327.9380.5685.88
HexF8BEDD017B31485156
Octal370276335027133510121126
Binary11111000101111101101110101011110111110100100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEDD; }

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

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

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

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

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

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

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

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