#CFAEB1

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

Shades of Pink Flare #CFAEB1

Tints of Pink Flare #CFAEB1

Color information

#CFAEB1 (or 0xCFAEB1) is unknown color: approx Pink Flare. HEX triplet: CF, AE and B1. RGB value is (207,174,177). Sum of RGB (Red+Green+Blue) = 207+174+177=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEB1 is #30514E. Grayscale: #B8B8B8. Windows color (decimal): -3166543 or 11644623. OLE color: 11644623.

HSL color Cylindrical-coordinate representation of color #CFAEB1: hue angle of 354.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEB1 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB207174177-
CMYK00.160.140.19
HSL354.55º25.58%74.71%-
HSV(B)354.55º15.94%81.18%-
XYZ48.846.7148.04-
YUV184.21123.93144.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=37.10%
G=31.18%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717417700.160.140.19354.5525.5874.71
HexCFAEB1010E131631a4b
Octal317256261020162354332113
Binary110011111010111010110001010000111010011101100011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEB1; }

 p { color: rgb(207,174,177); }

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

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

 a { background-color: rgb(207,174,177); }

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

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

 span { border-color: rgb(207,174,177); }

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