#FECBEF

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

Shades of Classic Rose #FECBEF

Tints of Classic Rose #FECBEF

Color information

#FECBEF (or 0xFECBEF) is unknown color: approx Classic Rose. HEX triplet: FE, CB and EF. RGB value is (254,203,239). Sum of RGB (Red+Green+Blue) = 254+203+239=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBEF is #013410. Grayscale: #DEDEDE. Windows color (decimal): -78865 or 15715326. OLE color: 15715326.

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

Color convert

RGB254203239-
CMYK00.200.060.00
HSL317.65º96.23%89.61%-
HSV(B)317.65º20.08%99.61%-
XYZ77.8170.0191.07-
YUV222.35137.4150.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 203 (79.69% from 255) = 29.17%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=36.49%
G=29.17%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420323900.200.060.00317.6596.2389.61
HexFECBEF0146013e605a
Octal37631335702460476140132
Binary111111101100101111101111010100110010011111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBEF; }

 p { color: rgb(254,203,239); }

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

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

 a { background-color: rgb(254,203,239); }

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

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

 span { border-color: rgb(254,203,239); }

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