Html Css Color HEX #F2EFE0 Rice Cake

📋 copy color: '#F2EFE0'

red 242 ◦ green 239 ◦ blue 224

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

Shades of Rice Cake #F2EFE0

Tints of Rice Cake #F2EFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.9%

 BLUE value IS 224 (87.89% from 255) = 31.77%

R = 34.33%
G = 33.9%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2EFE0 (or 0xF2EFE0) is known color: Rice Cake. HEX triplet: F2, EF and E0. RGB value is (242,239,224). Sum of RGB (Red+Green+Blue) = 242+239+224=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 224 (87.89% from 255 or 31.77% from 705); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFE0 is #0D101F. Grayscale: #EEEEEE. Windows color (decimal): -856096 or 14741490. OLE color: 14741490.

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

Color convert

RGB 242 239 224 -
CMYK 0 0.01 0.07 0.05
HSL 50º 0.41% 0.91% -
HSV(B) 50º 0.07% 0.95% -
XYZ 80.94 85.99 82.85 -
YUV 238.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 242 239 224 0 0.01 0.07 0.05 50 0.41 0.91
Hex F2 EF E0 0 1 7 5 32 29 5B
Octal 362 357 340 0 1 7 5 62 51 133
Binary 11110010 11101111 11100000 0 1 111 101 110010 101001 1011011

Color Harmonies of #F2EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFE0

Black with #F2EFE0

Text Example


Text Example

White with #F2EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFE0; }

 p { color: rgb(242,239,224); }

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

background-color css

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

 a { background-color: rgb(242,239,224); }

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

border-color css

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

 span { border-color: rgb(242,239,224); }

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