#F8C6DA

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

Shades of Classic Rose #F8C6DA

Tints of Classic Rose #F8C6DA

Color information

#F8C6DA (or 0xF8C6DA) is unknown color: approx Classic Rose. HEX triplet: F8, C6 and DA. RGB value is (248,198,218). Sum of RGB (Red+Green+Blue) = 248+198+218=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6DA is #073925. Grayscale: #D7D7D7. Windows color (decimal): -473382 or 14337784. OLE color: 14337784.

HSL color Cylindrical-coordinate representation of color #F8C6DA: hue angle of 336º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C6DA is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248198218-
CMYK00.200.120.03
HSL336º78.12%87.45%-
HSV(B)336º20.16%97.25%-
XYZ71.5665.4175.18-
YUV215.23129.56151.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 198 (77.73% from 255) = 29.82%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=37.35%
G=29.82%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819821800.200.120.0333678.1287.45
HexF8C6DA014C31504e57
Octal370306332024143520116127
Binary11111000110001101101101001010011001110101000010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C6DA; }

 p { color: rgb(248,198,218); }

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

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

 a { background-color: rgb(248,198,218); }

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

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

 span { border-color: rgb(248,198,218); }

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