#FECBF1

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

Shades of Classic Rose #FECBF1

Tints of Classic Rose #FECBF1

Color information

#FECBF1 (or 0xFECBF1) is unknown color: approx Classic Rose. HEX triplet: FE, CB and F1. RGB value is (254,203,241). Sum of RGB (Red+Green+Blue) = 254+203+241=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 203 (79.69% from 255 or 29.08% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF1 is #01340E. Grayscale: #DEDEDE. Windows color (decimal): -78863 or 15846398. OLE color: 15846398.

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

Color convert

RGB254203241-
CMYK00.200.050.00
HSL315.29º96.23%89.61%-
HSV(B)315.29º20.08%99.61%-
XYZ78.1170.1392.64-
YUV222.58138.4150.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 203 (79.69% from 255) = 29.08%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=36.39%
G=29.08%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420324100.200.050.00315.2996.2389.61
HexFECBF10145013b605a
Octal37631336102450473140132
Binary111111101100101111110001010100101010011101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECBF1; }

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

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

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

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

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

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

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

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