#FFC4B7

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

Shades of Your Pink #FFC4B7

Tints of Your Pink #FFC4B7

Color information

#FFC4B7 (or 0xFFC4B7) is unknown color: approx Your Pink. HEX triplet: FF, C4 and B7. RGB value is (255,196,183). Sum of RGB (Red+Green+Blue) = 255+196+183=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 183 (71.88% from 255 or 28.86% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4B7 is #003B48. Grayscale: #D4D4D4. Windows color (decimal): -15177 or 12043519. OLE color: 12043519.

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

Color convert

RGB255196183-
CMYK00.230.280
HSL10.83º100%85.88%-
HSV(B)10.83º28.24%100%-
XYZ69.5364.1653.52-
YUV212.16111.55158.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 183 (71.88% from 255) = 28.86%
R=40.22%
G=30.91%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519618300.230.28010.8310085.88
HexFFC4B70171C0b6456
Octal37730426702734013144126
Binary111111111100010010110111010111111000101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4B7; }

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

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

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

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

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

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

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

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