#FFC4BD

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

Shades of Your Pink #FFC4BD

Tints of Your Pink #FFC4BD

Color information

#FFC4BD (or 0xFFC4BD) is unknown color: approx Your Pink. HEX triplet: FF, C4 and BD. RGB value is (255,196,189). Sum of RGB (Red+Green+Blue) = 255+196+189=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4BD is #003B42. Grayscale: #D4D4D4. Windows color (decimal): -15171 or 12436735. OLE color: 12436735.

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

Color convert

RGB255196189-
CMYK00.230.260
HSL6.36º100%87.06%-
HSV(B)6.36º25.88%100%-
XYZ70.1764.4156.88-
YUV212.84114.55158.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=39.84%
G=30.62%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519618900.230.2606.3610087.06
HexFFC4BD0171A066457
Octal3773042750273206144127
Binary11111111110001001011110101011111010011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4BD; }

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

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

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

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

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

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

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

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