Html Css Color HEX #FAFE83 Tidal

📋 copy color: '#FAFE83'

red 250 ◦ green 254 ◦ blue 131

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

Shades of Tidal #FAFE83

Tints of Tidal #FAFE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 20.63%

R = 39.37%
G = 40%
B = 20.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FAFE83 (or 0xFAFE83) is known color: Tidal. HEX triplet: FA, FE and 83. RGB value is (250,254,131). Sum of RGB (Red+Green+Blue) = 250+254+131=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 131 (51.56% from 255 or 20.63% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE83 is #05017C. Grayscale: #EFEFEF. Windows color (decimal): -328061 or 8650490. OLE color: 8650490.

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

Color convert

RGB 250 254 131 -
CMYK 0.02 0 0.48 0.00
HSL 61.95º 0.98% 0.75% -
HSV(B) 61.95º 0.48% 1% -
XYZ 78.96 92.85 35.23 -
YUV 238.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 250 254 131 0.02 0 0.48 0.00 61.95 0.98 0.75
Hex FA FE 83 2 0 30 0 3E 62 4B
Octal 372 376 203 2 0 60 0 76 142 113
Binary 11111010 11111110 10000011 10 0 110000 0 111110 1100010 1001011

Color Harmonies of #FAFE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE83

Black with #FAFE83

Text Example


Text Example

White with #FAFE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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