Html Css Color HEX #FAFE85 Tidal

📋 copy color: '#FAFE85'

red 250 ◦ green 254 ◦ blue 133

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

Shades of Tidal #FAFE85

Tints of Tidal #FAFE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 20.88%

R = 39.25%
G = 39.87%
B = 20.88%

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

#FAFE85 (or 0xFAFE85) is known color: Tidal. HEX triplet: FA, FE and 85. RGB value is (250,254,133). Sum of RGB (Red+Green+Blue) = 250+254+133=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 133 (52.34% from 255 or 20.88% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE85 is #05017A. Grayscale: #EFEFEF. Windows color (decimal): -328059 or 8781562. OLE color: 8781562.

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

Color convert

RGB 250 254 133 -
CMYK 0.02 0 0.48 0.00
HSL 61.98º 0.98% 0.76% -
HSV(B) 61.98º 0.48% 1% -
XYZ 79.1 92.9 35.95 -
YUV 239.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 250 254 133 0.02 0 0.48 0.00 61.98 0.98 0.76
Hex FA FE 85 2 0 30 0 3E 62 4C
Octal 372 376 205 2 0 60 0 76 142 114
Binary 11111010 11111110 10000101 10 0 110000 0 111110 1100010 1001100

Color Harmonies of #FAFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE85

Black with #FAFE85

Text Example


Text Example

White with #FAFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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