Html Css Color HEX #F2F3DA Beige

📋 copy color: '#F2F3DA'

red 242 ◦ green 243 ◦ blue 218

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

Shades of Beige #F2F3DA

Tints of Beige #F2F3DA

RGB

 RED value IS 242 (94.92% from 255) = 34.42%

 GREEN value IS 243 (95.31% from 255) = 34.57%

 BLUE value IS 218 (85.55% from 255) = 31.01%

R = 34.42%
G = 34.57%
B = 31.01%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2F3DA (or 0xF2F3DA) is known color: Beige. HEX triplet: F2, F3 and DA. RGB value is (242,243,218). Sum of RGB (Red+Green+Blue) = 242+243+218=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3DA is #0D0C25. Grayscale: #EFEFEF. Windows color (decimal): -855078 or 14349298. OLE color: 14349298.

HSL color Cylindrical-coordinate representation of color #F2F3DA: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2F3DA is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 243 218 -
CMYK 0.00 0 0.10 0.05
HSL 62.4º 0.51% 0.9% -
HSV(B) 62.4º 0.1% 0.95% -
XYZ 81.32 88.04 79.04 -
YUV 239.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 242 243 218 0.00 0 0.10 0.05 62.4 0.51 0.9
Hex F2 F3 DA 0 0 A 5 3E 33 5A
Octal 362 363 332 0 0 12 5 76 63 132
Binary 11110010 11110011 11011010 0 0 1010 101 111110 110011 1011010

Color Harmonies of #F2F3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F3DA

Black with #F2F3DA

Text Example


Text Example

White with #F2F3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F3DA; }

 p { color: rgb(242,243,218); }

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

background-color css

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

 a { background-color: rgb(242,243,218); }

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

border-color css

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

 span { border-color: rgb(242,243,218); }

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