#FFC7B3

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

Shades of Your Pink #FFC7B3

Tints of Your Pink #FFC7B3

Color information

#FFC7B3 (or 0xFFC7B3) is unknown color: approx Your Pink. HEX triplet: FF, C7 and B3. RGB value is (255,199,179). Sum of RGB (Red+Green+Blue) = 255+199+179=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7B3 is #00384C. Grayscale: #D5D5D5. Windows color (decimal): -14413 or 11782143. OLE color: 11782143.

HSL color Cylindrical-coordinate representation of color #FFC7B3: hue angle of 15.79º 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 #FFC7B3 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB255199179-
CMYK00.220.300
HSL15.79º100%85.1%-
HSV(B)15.79º29.8%100%-
XYZ69.865.3651.58-
YUV213.46108.55157.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 179 (70.31% from 255) = 28.28%
R=40.28%
G=31.44%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519917900.220.30015.7910085.1
HexFFC7B30161E0106455
Octal37730726302636020144125
Binary1111111111000111101100110101101111001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7B3; }

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

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

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

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

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

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

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

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