#CFAAB2

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

Shades of Pink Flare #CFAAB2

Tints of Pink Flare #CFAAB2

Color information

#CFAAB2 (or 0xCFAAB2) is unknown color: approx Pink Flare. HEX triplet: CF, AA and B2. RGB value is (207,170,178). Sum of RGB (Red+Green+Blue) = 207+170+178=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAB2 is #30554D. Grayscale: #B5B5B5. Windows color (decimal): -3167566 or 11709135. OLE color: 11709135.

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

Color convert

RGB207170178-
CMYK00.180.140.19
HSL347.03º27.82%73.92%-
HSV(B)347.03º17.87%81.18%-
XYZ48.1445.2348.31-
YUV181.98125.76145.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=37.30%
G=30.63%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717017800.180.140.19347.0327.8273.92
HexCFAAB2012E1315b1c4a
Octal317252262022162353334112
Binary110011111010101010110010010010111010011101011011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAB2; }

 p { color: rgb(207,170,178); }

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

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

 a { background-color: rgb(207,170,178); }

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

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

 span { border-color: rgb(207,170,178); }

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