#FFB68F

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

Shades of Mandys Pink #FFB68F

Tints of Mandys Pink #FFB68F

Color information

#FFB68F (or 0xFFB68F) is unknown color: approx Mandys Pink. HEX triplet: FF, B6 and 8F. RGB value is (255,182,143). Sum of RGB (Red+Green+Blue) = 255+182+143=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB68F is #004970. Grayscale: #C7C7C7. Windows color (decimal): -18801 or 9418495. OLE color: 9418495.

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

Color convert

RGB255182143-
CMYK00.290.440
HSL20.89º100%78.04%-
HSV(B)20.89º43.92%100%-
XYZ62.9356.733.61-
YUV199.3896.18167.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 143 (56.25% from 255) = 24.66%
R=43.97%
G=31.38%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518214300.290.44020.8910078.04
HexFFB68F01D2C015644e
Octal37726621703554025144116
Binary11111111101101101000111101110110110001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB68F; }

 p { color: rgb(255,182,143); }

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

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

 a { background-color: rgb(255,182,143); }

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

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

 span { border-color: rgb(255,182,143); }

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