#FECEEE

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

Shades of Classic Rose #FECEEE

Tints of Classic Rose #FECEEE

Color information

#FECEEE (or 0xFECEEE) is unknown color: approx Classic Rose. HEX triplet: FE, CE and EE. RGB value is (254,206,238). Sum of RGB (Red+Green+Blue) = 254+206+238=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEEE is #013111. Grayscale: #DFDFDF. Windows color (decimal): -78098 or 15650558. OLE color: 15650558.

HSL color Cylindrical-coordinate representation of color #FECEEE: hue angle of 320º 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 #FECEEE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254206238-
CMYK00.190.060.00
HSL320º96%90.2%-
HSV(B)320º18.9%99.61%-
XYZ78.3871.3990.54-
YUV224135.9149.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 206 (80.86% from 255) = 29.51%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=36.39%
G=29.51%
B=34.10%

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
Decimal25420623800.190.060.003209690.2
HexFECEEE01360140605a
Octal37631635602360500140132
Binary111111101100111011101110010011110010100000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEEE; }

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

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

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

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

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

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

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

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