#F8CDED

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

Shades of Classic Rose #F8CDED

Tints of Classic Rose #F8CDED

Color information

#F8CDED (or 0xF8CDED) is unknown color: approx Classic Rose. HEX triplet: F8, CD and ED. RGB value is (248,205,237). Sum of RGB (Red+Green+Blue) = 248+205+237=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDED is #073212. Grayscale: #DDDDDD. Windows color (decimal): -471571 or 15584760. OLE color: 15584760.

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

Color convert

RGB248205237-
CMYK00.170.040.03
HSL315.35º75.44%88.82%-
HSV(B)315.35º17.34%97.25%-
XYZ75.8369.7389.58-
YUV221.5136.75146.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.94%
GREEN value IS 205 (80.47% from 255) = 29.71%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=35.94%
G=29.71%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820523700.170.040.03315.3575.4488.82
HexF8CDED0114313b4b59
Octal37031535502143473113131
Binary1111100011001101111011010100011001110011101110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDED; }

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

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

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

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

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

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

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

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