#CFADAF

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

Shades of Pink Flare #CFADAF

Tints of Pink Flare #CFADAF

Color information

#CFADAF (or 0xCFADAF) is unknown color: approx Pink Flare. HEX triplet: CF, AD and AF. RGB value is (207,173,175). Sum of RGB (Red+Green+Blue) = 207+173+175=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADAF is #305250. Grayscale: #B7B7B7. Windows color (decimal): -3166801 or 11513295. OLE color: 11513295.

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

Color convert

RGB207173175-
CMYK00.160.150.19
HSL356.47º26.15%74.51%-
HSV(B)356.47º16.43%81.18%-
XYZ48.4146.2546.93-
YUV183.39123.26144.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=37.30%
G=31.17%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717317500.160.150.19356.4726.1574.51
HexCFADAF010F131641a4b
Octal317255257020172354432113
Binary110011111010110110101111010000111110011101100100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADAF; }

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

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

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

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

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

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

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

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