Html Css Color HEX #F2F3DD Beige

📋 copy color: '#F2F3DD'

red 242 ◦ green 243 ◦ blue 221

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

Shades of Beige #F2F3DD

Tints of Beige #F2F3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.3%

R = 34.28%
G = 34.42%
B = 31.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2F3DD (or 0xF2F3DD) is known color: Beige. HEX triplet: F2, F3 and DD. RGB value is (242,243,221). Sum of RGB (Red+Green+Blue) = 242+243+221=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3DD is #0D0C22. Grayscale: #F0F0F0. Windows color (decimal): -855075 or 14545906. OLE color: 14545906.

HSL color Cylindrical-coordinate representation of color #F2F3DD: hue angle of 62.73º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2F3DD is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 243 221 -
CMYK 0.00 0 0.09 0.05
HSL 62.73º 0.48% 0.91% -
HSV(B) 62.73º 0.09% 0.95% -
XYZ 81.72 88.2 81.12 -
YUV 240.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 242 243 221 0.00 0 0.09 0.05 62.73 0.48 0.91
Hex F2 F3 DD 0 0 9 5 3F 30 5B
Octal 362 363 335 0 0 11 5 77 60 133
Binary 11110010 11110011 11011101 0 0 1001 101 111111 110000 1011011

Color Harmonies of #F2F3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F3DD

Black with #F2F3DD

Text Example


Text Example

White with #F2F3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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