#CFADB2

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

Shades of Pink Flare #CFADB2

Tints of Pink Flare #CFADB2

Color information

#CFADB2 (or 0xCFADB2) is unknown color: approx Pink Flare. HEX triplet: CF, AD and B2. RGB value is (207,173,178). Sum of RGB (Red+Green+Blue) = 207+173+178=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADB2 is #30524D. Grayscale: #B7B7B7. Windows color (decimal): -3166798 or 11709903. OLE color: 11709903.

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

Color convert

RGB207173178-
CMYK00.160.140.19
HSL351.18º26.15%74.51%-
HSV(B)351.18º16.43%81.18%-
XYZ48.7146.3748.5-
YUV183.74124.76144.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=37.10%
G=31.00%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717317800.160.140.19351.1826.1574.51
HexCFADB2010E1315f1a4b
Octal317255262020162353732113
Binary110011111010110110110010010000111010011101011111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADB2; }

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

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

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

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

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

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

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

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