#FFC4B9

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

Shades of Your Pink #FFC4B9

Tints of Your Pink #FFC4B9

Color information

#FFC4B9 (or 0xFFC4B9) is unknown color: approx Your Pink. HEX triplet: FF, C4 and B9. RGB value is (255,196,185). Sum of RGB (Red+Green+Blue) = 255+196+185=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4B9 is #003B46. Grayscale: #D4D4D4. Windows color (decimal): -15175 or 12174591. OLE color: 12174591.

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

Color convert

RGB255196185-
CMYK00.230.270
HSL9.43º100%86.27%-
HSV(B)9.43º27.45%100%-
XYZ69.7464.2454.62-
YUV212.39112.55158.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 185 (72.66% from 255) = 29.09%
R=40.09%
G=30.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519618500.230.2709.4310086.27
HexFFC4B90171B096456
Octal37730427102733011144126
Binary111111111100010010111001010111110110100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4B9; }

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

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

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

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

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

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

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

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