Html Css Color HEX #F2E2DE Remy

📋 copy color: '#F2E2DE'

red 242 ◦ green 226 ◦ blue 222

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

Shades of Remy #F2E2DE

Tints of Remy #F2E2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.75%

 BLUE value IS 222 (87.11% from 255) = 32.17%

R = 35.07%
G = 32.75%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2E2DE (or 0xF2E2DE) is known color: Remy. HEX triplet: F2, E2 and DE. RGB value is (242,226,222). Sum of RGB (Red+Green+Blue) = 242+226+222=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2DE is #0D1D21. Grayscale: #E6E6E6. Windows color (decimal): -859426 or 14607090. OLE color: 14607090.

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

Color convert

RGB 242 226 222 -
CMYK 0 0.07 0.08 0.05
HSL 12º 0.43% 0.91% -
HSV(B) 12º 0.08% 0.95% -
XYZ 77 78.54 80.21 -
YUV 230.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 242 226 222 0 0.07 0.08 0.05 12 0.43 0.91
Hex F2 E2 DE 0 7 8 5 C 2B 5B
Octal 362 342 336 0 7 10 5 14 53 133
Binary 11110010 11100010 11011110 0 111 1000 101 1100 101011 1011011

Color Harmonies of #F2E2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2DE

Black with #F2E2DE

Text Example


Text Example

White with #F2E2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2DE; }

 p { color: rgb(242,226,222); }

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

background-color css

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

 a { background-color: rgb(242,226,222); }

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

border-color css

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

 span { border-color: rgb(242,226,222); }

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