#CFADB6

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

Shades of Pink Flare #CFADB6

Tints of Pink Flare #CFADB6

Color information

#CFADB6 (or 0xCFADB6) is unknown color: approx Pink Flare. HEX triplet: CF, AD and B6. RGB value is (207,173,182). Sum of RGB (Red+Green+Blue) = 207+173+182=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADB6 is #305249. Grayscale: #B8B8B8. Windows color (decimal): -3166794 or 11972047. OLE color: 11972047.

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

Color convert

RGB207173182-
CMYK00.160.120.19
HSL344.12º26.15%74.51%-
HSV(B)344.12º16.43%81.18%-
XYZ49.1246.5350.65-
YUV184.19126.76144.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=36.83%
G=30.78%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717318200.160.120.19344.1226.1574.51
HexCFADB6010C131581a4b
Octal317255266020142353032113
Binary110011111010110110110110010000110010011101011000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADB6; }

 p { color: rgb(207,173,182); }

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

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

 a { background-color: rgb(207,173,182); }

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

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

 span { border-color: rgb(207,173,182); }

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