#CFAEB5

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

Shades of Pink Flare #CFAEB5

Tints of Pink Flare #CFAEB5

Color information

#CFAEB5 (or 0xCFAEB5) is unknown color: approx Pink Flare. HEX triplet: CF, AE and B5. RGB value is (207,174,181). Sum of RGB (Red+Green+Blue) = 207+174+181=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB5 is #30514A. Grayscale: #B8B8B8. Windows color (decimal): -3166539 or 11906767. OLE color: 11906767.

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

Color convert

RGB207174181-
CMYK00.160.130.19
HSL347.27º25.58%74.71%-
HSV(B)347.27º15.94%81.18%-
XYZ49.2146.8750.17-
YUV184.67125.93143.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 181 (71.09% from 255) = 32.21%
R=36.83%
G=30.96%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717418100.160.130.19347.2725.5874.71
HexCFAEB5010D1315b1a4b
Octal317256265020152353332113
Binary110011111010111010110101010000110110011101011011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEB5; }

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

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

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

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

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

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

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

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