Html Css Color HEX #FAFE86 Tidal

📋 copy color: '#FAFE86'

red 250 ◦ green 254 ◦ blue 134

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

Shades of Tidal #FAFE86

Tints of Tidal #FAFE86

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.81%

 BLUE value IS 134 (52.73% from 255) = 21%

R = 39.18%
G = 39.81%
B = 21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FAFE86 (or 0xFAFE86) is known color: Tidal. HEX triplet: FA, FE and 86. RGB value is (250,254,134). Sum of RGB (Red+Green+Blue) = 250+254+134=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 134 (52.73% from 255 or 21.00% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE86 is #050179. Grayscale: #EFEFEF. Windows color (decimal): -328058 or 8847098. OLE color: 8847098.

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

Color convert

RGB 250 254 134 -
CMYK 0.02 0 0.47 0.00
HSL 62º 0.98% 0.76% -
HSV(B) 62º 0.47% 1% -
XYZ 79.17 92.93 36.32 -
YUV 239.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 250 254 134 0.02 0 0.47 0.00 62 0.98 0.76
Hex FA FE 86 2 0 2F 0 3E 62 4C
Octal 372 376 206 2 0 57 0 76 142 114
Binary 11111010 11111110 10000110 10 0 101111 0 111110 1100010 1001100

Color Harmonies of #FAFE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE86

Black with #FAFE86

Text Example


Text Example

White with #FAFE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE86; }

 p { color: rgb(250,254,134); }

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

background-color css

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

 a { background-color: rgb(250,254,134); }

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

border-color css

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

 span { border-color: rgb(250,254,134); }

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