#FDC1EB

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

Shades of Classic Rose #FDC1EB

Tints of Classic Rose #FDC1EB

Color information

#FDC1EB (or 0xFDC1EB) is unknown color: approx Classic Rose. HEX triplet: FD, C1 and EB. RGB value is (253,193,235). Sum of RGB (Red+Green+Blue) = 253+193+235=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 193 (75.78% from 255 or 28.34% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1EB is #023E14. Grayscale: #D7D7D7. Windows color (decimal): -146965 or 15450621. OLE color: 15450621.

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

Color convert

RGB253193235-
CMYK00.240.070.01
HSL318º93.75%87.45%-
HSV(B)318º23.72%99.22%-
XYZ74.5765.0287.22-
YUV215.73138.88154.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 193 (75.78% from 255) = 28.34%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=37.15%
G=28.34%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319323500.240.070.0131893.7587.45
HexFDC1EB0187113e5e57
Octal37530135303071476136127
Binary111111011100000111101011011000111110011111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC1EB; }

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

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

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

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

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

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

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

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