#FFC8B4

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

Shades of Your Pink #FFC8B4

Tints of Your Pink #FFC8B4

Color information

#FFC8B4 (or 0xFFC8B4) is unknown color: approx Your Pink. HEX triplet: FF, C8 and B4. RGB value is (255,200,180). Sum of RGB (Red+Green+Blue) = 255+200+180=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8B4 is #00374B. Grayscale: #D6D6D6. Windows color (decimal): -14156 or 11847935. OLE color: 11847935.

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

Color convert

RGB255200180-
CMYK00.220.290
HSL16º100%85.29%-
HSV(B)16º29.41%100%-
XYZ70.1365.8652.2-
YUV214.16108.72157.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 180 (70.70% from 255) = 28.35%
R=40.16%
G=31.50%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520018000.220.2901610085.29
HexFFC8B40161D0106455
Octal37731026402635020144125
Binary1111111111001000101101000101101110101000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8B4; }

 p { color: rgb(255,200,180); }

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

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

 a { background-color: rgb(255,200,180); }

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

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

 span { border-color: rgb(255,200,180); }

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