#F7CDED

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

Shades of Classic Rose #F7CDED

Tints of Classic Rose #F7CDED

Color information

#F7CDED (or 0xF7CDED) is unknown color: approx Classic Rose. HEX triplet: F7, CD and ED. RGB value is (247,205,237). Sum of RGB (Red+Green+Blue) = 247+205+237=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDED is #083212. Grayscale: #DDDDDD. Windows color (decimal): -537107 or 15584759. OLE color: 15584759.

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

Color convert

RGB247205237-
CMYK00.170.040.03
HSL314.29º72.41%88.63%-
HSV(B)314.29º17%96.86%-
XYZ75.4869.5589.57-
YUV221.21136.91146.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.85%
GREEN value IS 205 (80.47% from 255) = 29.75%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=35.85%
G=29.75%
B=34.40%

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
Decimal24720523700.170.040.03314.2972.4188.63
HexF7CDED0114313a4859
Octal36731535502143472110131
Binary1111011111001101111011010100011001110011101010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDED; }

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

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

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

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

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

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

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

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