#f4c2bd

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

Shades of Your Pink #F4C2BD

Tints of Your Pink #F4C2BD

Color information

#F4C2BD (or 0xF4C2BD) is unknown color: approx Your Pink. HEX triplet: F4, C2 and BD. RGB value is (244,194,189). Sum of RGB (Red+Green+Blue) = 244+194+189=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C2BD is #0B3D42. Grayscale: #D0D0D0. Windows color (decimal): -736579 or 12436212. OLE color: 12436212.

HSL color Cylindrical-coordinate representation of color #F4C2BD: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4C2BD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB244194189-
CMYK00.200.230.04
HSL5.45º71.43%84.9%-
HSV(B)5.45º22.54%95.69%-
XYZ65.7961.4956.55-
YUV208.38117.06153.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.92%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=38.92%
G=30.94%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419418900.200.230.045.4571.4384.9
HexF4C2BD01417454755
Octal3643022750242745107125
Binary1111010011000010101111010101001011110010110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4c2bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4c2bd; }

 p { color: rgb(244,194,189); }

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

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

 a { background-color: rgb(244,194,189); }

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

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

 span { border-color: rgb(244,194,189); }

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