#FFC2B7

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

Shades of Your Pink #FFC2B7

Tints of Your Pink #FFC2B7

Color information

#FFC2B7 (or 0xFFC2B7) is unknown color: approx Your Pink. HEX triplet: FF, C2 and B7. RGB value is (255,194,183). Sum of RGB (Red+Green+Blue) = 255+194+183=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 183 (71.88% from 255 or 28.96% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2B7 is #003D48. Grayscale: #D3D3D3. Windows color (decimal): -15689 or 12043007. OLE color: 12043007.

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

Color convert

RGB255194183-
CMYK00.240.280
HSL9.17º100%85.88%-
HSV(B)9.17º28.24%100%-
XYZ69.0863.2653.37-
YUV210.98112.21159.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 183 (71.88% from 255) = 28.96%
R=40.35%
G=30.70%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519418300.240.2809.1710085.88
HexFFC2B70181C096456
Octal37730226703034011144126
Binary111111111100001010110111011000111000100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2B7; }

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

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

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

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

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

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

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

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