Html Css Color HEX #FAB68D Mandys Pink

📋 copy color: '#FAB68D'

red 250 ◦ green 182 ◦ blue 141

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

Shades of Mandys Pink #FAB68D

Tints of Mandys Pink #FAB68D

RGB

 RED value IS 250 (98.05% from 255) = 43.63%

 GREEN value IS 182 (71.48% from 255) = 31.76%

 BLUE value IS 141 (55.47% from 255) = 24.61%

R = 43.63%
G = 31.76%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAB68D (or 0xFAB68D) is known color: Mandys Pink. HEX triplet: FA, B6 and 8D. RGB value is (250,182,141). Sum of RGB (Red+Green+Blue) = 250+182+141=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB68D is #054972. Grayscale: #C5C5C5. Windows color (decimal): -346483 or 9287418. OLE color: 9287418.

HSL color Cylindrical-coordinate representation of color #FAB68D: hue angle of 22.57º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAB68D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 182 141 -
CMYK 0 0.27 0.44 0.02
HSL 22.57º 0.92% 0.77% -
HSV(B) 22.57º 0.44% 0.98% -
XYZ 60.96 55.7 32.74 -
YUV 197.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 250 182 141 0 0.27 0.44 0.02 22.57 0.92 0.77
Hex FA B6 8D 0 1B 2C 2 17 5C 4D
Octal 372 266 215 0 33 54 2 27 134 115
Binary 11111010 10110110 10001101 0 11011 101100 10 10111 1011100 1001101

Color Harmonies of #FAB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB68D

Black with #FAB68D

Text Example


Text Example

White with #FAB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB68D; }

 p { color: rgb(250,182,141); }

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

background-color css

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

 a { background-color: rgb(250,182,141); }

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

border-color css

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

 span { border-color: rgb(250,182,141); }

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