#FDC7EB

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

Shades of Classic Rose #FDC7EB

Tints of Classic Rose #FDC7EB

Color information

#FDC7EB (or 0xFDC7EB) is unknown color: approx Classic Rose. HEX triplet: FD, C7 and EB. RGB value is (253,199,235). Sum of RGB (Red+Green+Blue) = 253+199+235=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7EB is #023814. Grayscale: #DBDBDB. Windows color (decimal): -145429 or 15452157. OLE color: 15452157.

HSL color Cylindrical-coordinate representation of color #FDC7EB: hue angle of 320º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7EB is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253199235-
CMYK00.210.070.01
HSL320º93.1%88.63%-
HSV(B)320º21.34%99.22%-
XYZ75.9367.7387.67-
YUV219.25136.89152.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 199 (78.12% from 255) = 28.97%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=36.83%
G=28.97%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319923500.210.070.0132093.188.63
HexFDC7EB015711405d59
Octal37530735302571500135131
Binary111111011100011111101011010101111110100000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7EB; }

 p { color: rgb(253,199,235); }

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

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

 a { background-color: rgb(253,199,235); }

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

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

 span { border-color: rgb(253,199,235); }

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