#CFAEB4

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

Shades of Pink Flare #CFAEB4

Tints of Pink Flare #CFAEB4

Color information

#CFAEB4 (or 0xCFAEB4) is unknown color: approx Pink Flare. HEX triplet: CF, AE and B4. RGB value is (207,174,180). Sum of RGB (Red+Green+Blue) = 207+174+180=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB4 is #30514B. Grayscale: #B8B8B8. Windows color (decimal): -3166540 or 11841231. OLE color: 11841231.

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

Color convert

RGB207174180-
CMYK00.160.130.19
HSL349.09º25.58%74.71%-
HSV(B)349.09º15.94%81.18%-
XYZ49.1146.8349.63-
YUV184.55125.43144.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=36.90%
G=31.02%
B=32.09%

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
Decimal20717418000.160.130.19349.0925.5874.71
HexCFAEB4010D1315d1a4b
Octal317256264020152353532113
Binary110011111010111010110100010000110110011101011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEB4; }

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

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

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

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

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

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

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

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