Html Css Color HEX #FAFEFA Honeydew

📋 copy color: '#FAFEFA'

red 250 ◦ green 254 ◦ blue 250

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

Shades of Honeydew #FAFEFA

Tints of Honeydew #FAFEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 33.16%

R = 33.16%
G = 33.69%
B = 33.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FAFEFA (or 0xFAFEFA) is known color: Honeydew. HEX triplet: FA, FE and FA. RGB value is (250,254,250). Sum of RGB (Red+Green+Blue) = 250+254+250=754 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.16% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 250 (98.05% from 255 or 33.16% from 754); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEFA is #050105. Grayscale: #FCFCFC. Windows color (decimal): -327942 or 16449274. OLE color: 16449274.

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

Color convert

RGB 250 254 250 -
CMYK 0.02 0 0.02 0.00
HSL 120º 0.67% 0.99% -
HSV(B) 120º 0.02% 1% -
XYZ 92.12 98.11 104.52 -
YUV 252.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 250 254 250 0.02 0 0.02 0.00 120 0.67 0.99
Hex FA FE FA 2 0 2 0 78 43 63
Octal 372 376 372 2 0 2 0 170 103 143
Binary 11111010 11111110 11111010 10 0 10 0 1111000 1000011 1100011

Color Harmonies of #FAFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEFA

Black with #FAFEFA

Text Example


Text Example

White with #FAFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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