#FECDEE

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

Shades of Classic Rose #FECDEE

Tints of Classic Rose #FECDEE

Color information

#FECDEE (or 0xFECDEE) is unknown color: approx Classic Rose. HEX triplet: FE, CD and EE. RGB value is (254,205,238). Sum of RGB (Red+Green+Blue) = 254+205+238=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDEE is #013211. Grayscale: #DFDFDF. Windows color (decimal): -78354 or 15650302. OLE color: 15650302.

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

Color convert

RGB254205238-
CMYK00.190.060.00
HSL319.59º96.08%90%-
HSV(B)319.59º19.29%99.61%-
XYZ78.1470.9190.46-
YUV223.41136.23149.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 205 (80.47% from 255) = 29.41%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=36.44%
G=29.41%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420523800.190.060.00319.5996.0890
HexFECDEE01360140605a
Octal37631535602360500140132
Binary111111101100110111101110010011110010100000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDEE; }

 p { color: rgb(254,205,238); }

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

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

 a { background-color: rgb(254,205,238); }

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

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

 span { border-color: rgb(254,205,238); }

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