#FECEEB

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

Shades of Classic Rose #FECEEB

Tints of Classic Rose #FECEEB

Color information

#FECEEB (or 0xFECEEB) is unknown color: approx Classic Rose. HEX triplet: FE, CE and EB. RGB value is (254,206,235). Sum of RGB (Red+Green+Blue) = 254+206+235=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEEB is #013114. Grayscale: #DFDFDF. Windows color (decimal): -78101 or 15453950. OLE color: 15453950.

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

Color convert

RGB254206235-
CMYK00.190.070.00
HSL323.75º96%90.2%-
HSV(B)323.75º18.9%99.61%-
XYZ77.9471.2188.23-
YUV223.66134.4149.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 206 (80.86% from 255) = 29.64%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=36.55%
G=29.64%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420623500.190.070.00323.759690.2
HexFECEEB01370144605a
Octal37631635302370504140132
Binary111111101100111011101011010011111010100010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEEB; }

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

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

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

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

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

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

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

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