#FEC3DA

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

Shades of Classic Rose #FEC3DA

Tints of Classic Rose #FEC3DA

Color information

#FEC3DA (or 0xFEC3DA) is unknown color: approx Classic Rose. HEX triplet: FE, C3 and DA. RGB value is (254,195,218). Sum of RGB (Red+Green+Blue) = 254+195+218=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3DA is #013C25. Grayscale: #D7D7D7. Windows color (decimal): -80934 or 14337022. OLE color: 14337022.

HSL color Cylindrical-coordinate representation of color #FEC3DA: hue angle of 336.61º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3DA is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254195218-
CMYK00.230.140.00
HSL336.61º96.72%88.04%-
HSV(B)336.61º23.23%99.61%-
XYZ73.0465.1675.06-
YUV215.26129.55155.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 195 (76.56% from 255) = 29.24%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=38.08%
G=29.24%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419521800.230.140.00336.6196.7288.04
HexFEC3DA017E01516158
Octal376303332027160521141130
Binary1111111011000011110110100101111110010101000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3DA; }

 p { color: rgb(254,195,218); }

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

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

 a { background-color: rgb(254,195,218); }

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

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

 span { border-color: rgb(254,195,218); }

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