Html Css Color HEX #F2DEDB Remy

📋 copy color: '#F2DEDB'

red 242 ◦ green 222 ◦ blue 219

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

Shades of Remy #F2DEDB

Tints of Remy #F2DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.5%

 BLUE value IS 219 (85.94% from 255) = 32.06%

R = 35.43%
G = 32.5%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2DEDB (or 0xF2DEDB) is known color: Remy. HEX triplet: F2, DE and DB. RGB value is (242,222,219). Sum of RGB (Red+Green+Blue) = 242+222+219=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEDB is #0D2124. Grayscale: #E3E3E3. Windows color (decimal): -860453 or 14409458. OLE color: 14409458.

HSL color Cylindrical-coordinate representation of color #F2DEDB: hue angle of 7.83º degrees, saturation: 0.47, 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 #F2DEDB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 222 219 -
CMYK 0 0.08 0.10 0.05
HSL 7.83º 0.47% 0.9% -
HSV(B) 7.83º 0.1% 0.95% -
XYZ 75.53 76.23 77.75 -
YUV 227.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 242 222 219 0 0.08 0.10 0.05 7.83 0.47 0.9
Hex F2 DE DB 0 8 A 5 8 2F 5A
Octal 362 336 333 0 10 12 5 10 57 132
Binary 11110010 11011110 11011011 0 1000 1010 101 1000 101111 1011010

Color Harmonies of #F2DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEDB

Black with #F2DEDB

Text Example


Text Example

White with #F2DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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