#CFABB2

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

Shades of Pink Flare #CFABB2

Tints of Pink Flare #CFABB2

Color information

#CFABB2 (or 0xCFABB2) is unknown color: approx Pink Flare. HEX triplet: CF, AB and B2. RGB value is (207,171,178). Sum of RGB (Red+Green+Blue) = 207+171+178=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABB2 is #30544D. Grayscale: #B6B6B6. Windows color (decimal): -3167310 or 11709391. OLE color: 11709391.

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

Color convert

RGB207171178-
CMYK00.170.140.19
HSL348.33º27.27%74.12%-
HSV(B)348.33º17.39%81.18%-
XYZ48.3345.6148.37-
YUV182.56125.43145.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=37.23%
G=30.76%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717117800.170.140.19348.3327.2774.12
HexCFABB2011E1315c1b4a
Octal317253262021162353433112
Binary110011111010101110110010010001111010011101011100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABB2; }

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

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

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

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

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

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

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

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