#F7CDEB

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

Shades of Classic Rose #F7CDEB

Tints of Classic Rose #F7CDEB

Color information

#F7CDEB (or 0xF7CDEB) is unknown color: approx Classic Rose. HEX triplet: F7, CD and EB. RGB value is (247,205,235). Sum of RGB (Red+Green+Blue) = 247+205+235=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDEB is #083214. Grayscale: #DCDCDC. Windows color (decimal): -537109 or 15453687. OLE color: 15453687.

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

Color convert

RGB247205235-
CMYK00.170.050.03
HSL317.14º72.41%88.63%-
HSV(B)317.14º17%96.86%-
XYZ75.1869.4388.04-
YUV220.98135.91146.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.95%
GREEN value IS 205 (80.47% from 255) = 29.84%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=35.95%
G=29.84%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720523500.170.050.03317.1472.4188.63
HexF7CDEB0115313d4859
Octal36731535302153475110131
Binary1111011111001101111010110100011011110011110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDEB; }

 p { color: rgb(247,205,235); }

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

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

 a { background-color: rgb(247,205,235); }

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

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

 span { border-color: rgb(247,205,235); }

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