#F8CAED

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

Shades of Classic Rose #F8CAED

Tints of Classic Rose #F8CAED

Color information

#F8CAED (or 0xF8CAED) is unknown color: approx Classic Rose. HEX triplet: F8, CA and ED. RGB value is (248,202,237). Sum of RGB (Red+Green+Blue) = 248+202+237=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAED is #073512. Grayscale: #DBDBDB. Windows color (decimal): -472339 or 15583992. OLE color: 15583992.

HSL color Cylindrical-coordinate representation of color #F8CAED: hue angle of 314.35º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CAED is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248202237-
CMYK00.190.040.03
HSL314.35º76.67%88.24%-
HSV(B)314.35º18.55%97.25%-
XYZ75.1268.3189.35-
YUV219.74137.74148.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 202 (79.30% from 255) = 29.40%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=36.10%
G=29.40%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820223700.190.040.03314.3576.6788.24
HexF8CAED0134313a4d58
Octal37031235502343472115130
Binary1111100011001010111011010100111001110011101010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CAED; }

 p { color: rgb(248,202,237); }

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

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

 a { background-color: rgb(248,202,237); }

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

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

 span { border-color: rgb(248,202,237); }

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