Html Css Color HEX #F2DCD9 Remy

📋 copy color: '#F2DCD9'

red 242 ◦ green 220 ◦ blue 217

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

Shades of Remy #F2DCD9

Tints of Remy #F2DCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.4%

 BLUE value IS 217 (85.16% from 255) = 31.96%

R = 35.64%
G = 32.4%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2DCD9 (or 0xF2DCD9) is known color: Remy. HEX triplet: F2, DC and D9. RGB value is (242,220,217). Sum of RGB (Red+Green+Blue) = 242+220+217=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCD9 is #0D2326. Grayscale: #E2E2E2. Windows color (decimal): -860967 or 14277874. OLE color: 14277874.

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

Color convert

RGB 242 220 217 -
CMYK 0 0.09 0.10 0.05
HSL 7.2º 0.49% 0.9% -
HSV(B) 7.2º 0.1% 0.95% -
XYZ 74.74 75.07 76.2 -
YUV 226.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 242 220 217 0 0.09 0.10 0.05 7.2 0.49 0.9
Hex F2 DC D9 0 9 A 5 7 31 5A
Octal 362 334 331 0 11 12 5 7 61 132
Binary 11110010 11011100 11011001 0 1001 1010 101 111 110001 1011010

Color Harmonies of #F2DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCD9

Black with #F2DCD9

Text Example


Text Example

White with #F2DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCD9; }

 p { color: rgb(242,220,217); }

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

background-color css

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

 a { background-color: rgb(242,220,217); }

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

border-color css

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

 span { border-color: rgb(242,220,217); }

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