Html Css Color HEX #FFBD8F Mandys Pink

📋 copy color: '#FFBD8F'

red 255 ◦ green 189 ◦ blue 143

#FFBD8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandys Pink #FFBD8F

Tints of Mandys Pink #FFBD8F

RGB

 RED value IS 255 (100% from 255) = 43.44%

 GREEN value IS 189 (74.22% from 255) = 32.2%

 BLUE value IS 143 (56.25% from 255) = 24.36%

R = 43.44%
G = 32.2%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFBD8F (or 0xFFBD8F) is known color: Mandys Pink. HEX triplet: FF, BD and 8F. RGB value is (255,189,143). Sum of RGB (Red+Green+Blue) = 255+189+143=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBD8F is #004270. Grayscale: #CBCBCB. Windows color (decimal): -17009 or 9420287. OLE color: 9420287.

HSL color Cylindrical-coordinate representation of color #FFBD8F: hue angle of 24.64º 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 #FFBD8F is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 143 -
CMYK 0 0.26 0.44 0
HSL 24.64º 1% 0.78% -
HSV(B) 24.64º 0.44% 1% -
XYZ 64.4 59.64 34.1 -
YUV 203.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 255 189 143 0 0.26 0.44 0 24.64 1 0.78
Hex FF BD 8F 0 1A 2C 0 19 64 4E
Octal 377 275 217 0 32 54 0 31 144 116
Binary 11111111 10111101 10001111 0 11010 101100 0 11001 1100100 1001110

Color Harmonies of #FFBD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD8F

Black with #FFBD8F

Text Example


Text Example

White with #FFBD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD8F; }

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

 H1.HeaderClassName
 {
   color: #FFBD8F;
 }
 .AnyTagClassName
 {
   color: #FFBD8F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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