#F8CDEA

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

Shades of Classic Rose #F8CDEA

Tints of Classic Rose #F8CDEA

Color information

#F8CDEA (or 0xF8CDEA) is unknown color: approx Classic Rose. HEX triplet: F8, CD and EA. RGB value is (248,205,234). Sum of RGB (Red+Green+Blue) = 248+205+234=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDEA is #073215. Grayscale: #DDDDDD. Windows color (decimal): -471574 or 15388152. OLE color: 15388152.

HSL color Cylindrical-coordinate representation of color #F8CDEA: hue angle of 319.53º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CDEA is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248205234-
CMYK00.170.060.03
HSL319.53º75.44%88.82%-
HSV(B)319.53º17.34%97.25%-
XYZ75.3969.5687.29-
YUV221.16135.25147.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 205 (80.47% from 255) = 29.84%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=36.10%
G=29.84%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820523400.170.060.03319.5375.4488.82
HexF8CDEA011631404b59
Octal37031535202163500113131
Binary1111100011001101111010100100011101110100000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDEA; }

 p { color: rgb(248,205,234); }

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

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

 a { background-color: rgb(248,205,234); }

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

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

 span { border-color: rgb(248,205,234); }

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