#FFC2BF

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

Shades of Your Pink #FFC2BF

Tints of Your Pink #FFC2BF

Color information

#FFC2BF (or 0xFFC2BF) is unknown color: approx Your Pink. HEX triplet: FF, C2 and BF. RGB value is (255,194,191). Sum of RGB (Red+Green+Blue) = 255+194+191=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2BF is #003D40. Grayscale: #D3D3D3. Windows color (decimal): -15681 or 12567295. OLE color: 12567295.

HSL color Cylindrical-coordinate representation of color #FFC2BF: hue angle of 2.81º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC2BF is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255194191-
CMYK00.240.250
HSL2.81º100%87.45%-
HSV(B)2.81º25.1%100%-
XYZ69.9463.6157.88-
YUV211.9116.21158.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 194 (76.17% from 255) = 30.31%
BLUE value IS 191 (75% from 255) = 29.84%
R=39.84%
G=30.31%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519419100.240.2502.8110087.45
HexFFC2BF01819036457
Octal3773022770303103144127
Binary1111111111000010101111110110001100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2BF; }

 p { color: rgb(255,194,191); }

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

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

 a { background-color: rgb(255,194,191); }

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

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

 span { border-color: rgb(255,194,191); }

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