#CFAEAF

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

Shades of Pink Flare #CFAEAF

Tints of Pink Flare #CFAEAF

Color information

#CFAEAF (or 0xCFAEAF) is unknown color: approx Pink Flare. HEX triplet: CF, AE and AF. RGB value is (207,174,175). Sum of RGB (Red+Green+Blue) = 207+174+175=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEAF is #305150. Grayscale: #B8B8B8. Windows color (decimal): -3166545 or 11513551. OLE color: 11513551.

HSL color Cylindrical-coordinate representation of color #CFAEAF: hue angle of 358.18º 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 #CFAEAF is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB207174175-
CMYK00.160.150.19
HSL358.18º25.58%74.71%-
HSV(B)358.18º15.94%81.18%-
XYZ48.6146.6347-
YUV183.98122.93144.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=37.23%
G=31.29%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717417500.160.150.19358.1825.5874.71
HexCFAEAF010F131661a4b
Octal317256257020172354632113
Binary110011111010111010101111010000111110011101100110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEAF; }

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

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

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

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

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

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

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

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