#FDCCEE

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

Shades of Classic Rose #FDCCEE

Tints of Classic Rose #FDCCEE

Color information

#FDCCEE (or 0xFDCCEE) is unknown color: approx Classic Rose. HEX triplet: FD, CC and EE. RGB value is (253,204,238). Sum of RGB (Red+Green+Blue) = 253+204+238=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCEE is #023311. Grayscale: #DEDEDE. Windows color (decimal): -144146 or 15650045. OLE color: 15650045.

HSL color Cylindrical-coordinate representation of color #FDCCEE: hue angle of 318.37º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCEE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253204238-
CMYK00.190.060.01
HSL318.37º92.45%89.61%-
HSV(B)318.37º19.37%99.22%-
XYZ77.5370.2490.36-
YUV222.53136.73149.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.40%
GREEN value IS 204 (80.08% from 255) = 29.35%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=36.40%
G=29.35%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320423800.190.060.01318.3792.4589.61
HexFDCCEE0136113e5c5a
Octal37531435602361476134132
Binary111111011100110011101110010011110110011111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCEE; }

 p { color: rgb(253,204,238); }

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

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

 a { background-color: rgb(253,204,238); }

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

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

 span { border-color: rgb(253,204,238); }

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