#FECACF

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

Shades of Pink #FECACF

Tints of Pink #FECACF

Color information

#FECACF (or 0xFECACF) is unknown color: approx Pink. HEX triplet: FE, CA and CF. RGB value is (254,202,207). Sum of RGB (Red+Green+Blue) = 254+202+207=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FECACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECACF is #013530. Grayscale: #DADADA. Windows color (decimal): -79153 or 13617918. OLE color: 13617918.

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

Color convert

RGB254202207-
CMYK00.200.190.00
HSL354.23º96.3%89.41%-
HSV(B)354.23º20.47%99.61%-
XYZ73.2667.8268.26-
YUV218.12121.73153.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=38.31%
G=30.47%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420220700.200.190.00354.2396.389.41
HexFECACF0141301626059
Octal376312317024230542140131
Binary11111110110010101100111101010010011010110001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECACF; }

 p { color: rgb(254,202,207); }

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

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

 a { background-color: rgb(254,202,207); }

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

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

 span { border-color: rgb(254,202,207); }

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