#CFABB4

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

Shades of Pink Flare #CFABB4

Tints of Pink Flare #CFABB4

Color information

#CFABB4 (or 0xCFABB4) is unknown color: approx Pink Flare. HEX triplet: CF, AB and B4. RGB value is (207,171,180). Sum of RGB (Red+Green+Blue) = 207+171+180=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABB4 is #30544B. Grayscale: #B6B6B6. Windows color (decimal): -3167308 or 11840463. OLE color: 11840463.

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

Color convert

RGB207171180-
CMYK00.170.130.19
HSL345º27.27%74.12%-
HSV(B)345º17.39%81.18%-
XYZ48.5345.6949.44-
YUV182.79126.43145.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=37.10%
G=30.65%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717118000.170.130.1934527.2774.12
HexCFABB4011D131591b4a
Octal317253264021152353133112
Binary110011111010101110110100010001110110011101011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABB4; }

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

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

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

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

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

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

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

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