Html Css Color HEX #FAB694 Mandys Pink

📋 copy color: '#FAB694'

red 250 ◦ green 182 ◦ blue 148

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

Shades of Mandys Pink #FAB694

Tints of Mandys Pink #FAB694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.52%

R = 43.1%
G = 31.38%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAB694 (or 0xFAB694) is known color: Mandys Pink. HEX triplet: FA, B6 and 94. RGB value is (250,182,148). Sum of RGB (Red+Green+Blue) = 250+182+148=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB694 is #05496B. Grayscale: #C6C6C6. Windows color (decimal): -346476 or 9746170. OLE color: 9746170.

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

Color convert

RGB 250 182 148 -
CMYK 0 0.27 0.41 0.02
HSL 20º 0.91% 0.78% -
HSV(B) 20º 0.41% 0.98% -
XYZ 61.5 55.92 35.57 -
YUV 198.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 250 182 148 0 0.27 0.41 0.02 20 0.91 0.78
Hex FA B6 94 0 1B 29 2 14 5B 4E
Octal 372 266 224 0 33 51 2 24 133 116
Binary 11111010 10110110 10010100 0 11011 101001 10 10100 1011011 1001110

Color Harmonies of #FAB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB694

Black with #FAB694

Text Example


Text Example

White with #FAB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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