#FFC2B3

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

Shades of Your Pink #FFC2B3

Tints of Your Pink #FFC2B3

Color information

#FFC2B3 (or 0xFFC2B3) is unknown color: approx Your Pink. HEX triplet: FF, C2 and B3. RGB value is (255,194,179). Sum of RGB (Red+Green+Blue) = 255+194+179=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2B3 is #003D4C. Grayscale: #D2D2D2. Windows color (decimal): -15693 or 11780863. OLE color: 11780863.

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

Color convert

RGB255194179-
CMYK00.240.300
HSL11.84º100%85.1%-
HSV(B)11.84º29.8%100%-
XYZ68.6763.151.21-
YUV210.53110.21159.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 179 (70.31% from 255) = 28.50%
R=40.61%
G=30.89%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519417900.240.30011.8410085.1
HexFFC2B30181E0c6455
Octal37730226303036014144125
Binary111111111100001010110011011000111100110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2B3; }

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

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

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

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

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

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

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

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