Html Css Color HEX #FEB694 Mandys Pink

📋 copy color: '#FEB694'

red 254 ◦ green 182 ◦ blue 148

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

Shades of Mandys Pink #FEB694

Tints of Mandys Pink #FEB694

RGB

 RED value IS 254 (99.61% from 255) = 43.49%

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

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

R = 43.49%
G = 31.16%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEB694 (or 0xFEB694) is known color: Mandys Pink. HEX triplet: FE, B6 and 94. RGB value is (254,182,148). Sum of RGB (Red+Green+Blue) = 254+182+148=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB694 is #01496B. Grayscale: #C7C7C7. Windows color (decimal): -84332 or 9746174. OLE color: 9746174.

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

Color convert

RGB 254 182 148 -
CMYK 0 0.28 0.42 0.00
HSL 19.25º 0.98% 0.79% -
HSV(B) 19.25º 0.42% 1% -
XYZ 62.95 56.66 35.64 -
YUV 199.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 254 182 148 0 0.28 0.42 0.00 19.25 0.98 0.79
Hex FE B6 94 0 1C 2A 0 13 62 4F
Octal 376 266 224 0 34 52 0 23 142 117
Binary 11111110 10110110 10010100 0 11100 101010 0 10011 1100010 1001111

Color Harmonies of #FEB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB694

Black with #FEB694

Text Example


Text Example

White with #FEB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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