#F8C0DB

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

Shades of Classic Rose #F8C0DB

Tints of Classic Rose #F8C0DB

Color information

#F8C0DB (or 0xF8C0DB) is unknown color: approx Classic Rose. HEX triplet: F8, C0 and DB. RGB value is (248,192,219). Sum of RGB (Red+Green+Blue) = 248+192+219=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0DB is #073F24. Grayscale: #D3D3D3. Windows color (decimal): -474917 or 14401784. OLE color: 14401784.

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

Color convert

RGB248192219-
CMYK00.230.120.03
HSL331.07º80%86.27%-
HSV(B)331.07º22.58%97.25%-
XYZ70.3562.7775.43-
YUV211.82132.05153.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.63%
GREEN value IS 192 (75.39% from 255) = 29.14%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=37.63%
G=29.14%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819221900.230.120.03331.078086.27
HexF8C0DB017C314b5056
Octal370300333027143513120126
Binary11111000110000001101101101011111001110100101110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C0DB; }

 p { color: rgb(248,192,219); }

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

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

 a { background-color: rgb(248,192,219); }

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

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

 span { border-color: rgb(248,192,219); }

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