Html Css Color HEX #FFB694 Mandys Pink

📋 copy color: '#FFB694'

red 255 ◦ green 182 ◦ blue 148

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

Shades of Mandys Pink #FFB694

Tints of Mandys Pink #FFB694

RGB

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

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

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

R = 43.59%
G = 31.11%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFB694 (or 0xFFB694) is known color: Mandys Pink. HEX triplet: FF, B6 and 94. RGB value is (255,182,148). Sum of RGB (Red+Green+Blue) = 255+182+148=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB694 is #00496B. Grayscale: #C8C8C8. Windows color (decimal): -18796 or 9746175. OLE color: 9746175.

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

Color convert

RGB 255 182 148 -
CMYK 0 0.29 0.42 0
HSL 19.07º 1% 0.79% -
HSV(B) 19.07º 0.42% 1% -
XYZ 63.31 56.85 35.65 -
YUV 199.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 255 182 148 0 0.29 0.42 0 19.07 1 0.79
Hex FF B6 94 0 1D 2A 0 13 64 4F
Octal 377 266 224 0 35 52 0 23 144 117
Binary 11111111 10110110 10010100 0 11101 101010 0 10011 1100100 1001111

Color Harmonies of #FFB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB694

Black with #FFB694

Text Example


Text Example

White with #FFB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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