#FECCBF

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

Shades of Your Pink #FECCBF

Tints of Your Pink #FECCBF

Color information

#FECCBF (or 0xFECCBF) is unknown color: approx Your Pink. HEX triplet: FE, CC and BF. RGB value is (254,204,191). Sum of RGB (Red+Green+Blue) = 254+204+191=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCBF is #013340. Grayscale: #D9D9D9. Windows color (decimal): -78657 or 12569854. OLE color: 12569854.

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

Color convert

RGB254204191-
CMYK00.200.250.00
HSL12.38º96.92%87.25%-
HSV(B)12.38º24.8%99.61%-
XYZ71.8768.0258.63-
YUV217.47113.06154.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 191 (75% from 255) = 29.43%
R=39.14%
G=31.43%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420419100.200.250.0012.3896.9287.25
HexFECCBF014190c6157
Octal37631427702431014141127
Binary111111101100110010111111010100110010110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCBF; }

 p { color: rgb(254,204,191); }

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

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

 a { background-color: rgb(254,204,191); }

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

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

 span { border-color: rgb(254,204,191); }

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