#FEC8F1

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

Shades of Classic Rose #FEC8F1

Tints of Classic Rose #FEC8F1

Color information

#FEC8F1 (or 0xFEC8F1) is unknown color: approx Classic Rose. HEX triplet: FE, C8 and F1. RGB value is (254,200,241). Sum of RGB (Red+Green+Blue) = 254+200+241=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 200 (78.52% from 255 or 28.78% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8F1 is #01370E. Grayscale: #DCDCDC. Windows color (decimal): -79631 or 15845630. OLE color: 15845630.

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

Color convert

RGB254200241-
CMYK00.210.050.00
HSL314.44º96.43%89.02%-
HSV(B)314.44º21.26%99.61%-
XYZ77.468.7392.41-
YUV220.82139.39151.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 200 (78.52% from 255) = 28.78%
BLUE value IS 241 (94.53% from 255) = 34.68%
R=36.55%
G=28.78%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420024100.210.050.00314.4496.4389.02
HexFEC8F10155013a6059
Octal37631036102550472140131
Binary111111101100100011110001010101101010011101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8F1; }

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

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

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

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

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

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

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

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