#FFC2B4

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

Shades of Your Pink #FFC2B4

Tints of Your Pink #FFC2B4

Color information

#FFC2B4 (or 0xFFC2B4) is unknown color: approx Your Pink. HEX triplet: FF, C2 and B4. RGB value is (255,194,180). Sum of RGB (Red+Green+Blue) = 255+194+180=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2B4 is #003D4B. Grayscale: #D2D2D2. Windows color (decimal): -15692 or 11846399. OLE color: 11846399.

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

Color convert

RGB255194180-
CMYK00.240.290
HSL11.2º100%85.29%-
HSV(B)11.2º29.41%100%-
XYZ68.7763.1451.74-
YUV210.64110.71159.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 194 (76.17% from 255) = 30.84%
BLUE value IS 180 (70.70% from 255) = 28.62%
R=40.54%
G=30.84%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519418000.240.29011.210085.29
HexFFC2B40181D0b6455
Octal37730226403035013144125
Binary111111111100001010110100011000111010101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2B4; }

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

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

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

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

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

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

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

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