Html Css Color HEX #F6DDDA Remy

📋 copy color: '#F6DDDA'

red 246 ◦ green 221 ◦ blue 218

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

Shades of Remy #F6DDDA

Tints of Remy #F6DDDA

RGB

 RED value IS 246 (96.48% from 255) = 35.91%

 GREEN value IS 221 (86.72% from 255) = 32.26%

 BLUE value IS 218 (85.55% from 255) = 31.82%

R = 35.91%
G = 32.26%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6DDDA (or 0xF6DDDA) is known color: Remy. HEX triplet: F6, DD and DA. RGB value is (246,221,218). Sum of RGB (Red+Green+Blue) = 246+221+218=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDDA is #092225. Grayscale: #E4E4E4. Windows color (decimal): -598566 or 14343670. OLE color: 14343670.

HSL color Cylindrical-coordinate representation of color #F6DDDA: hue angle of 6.43º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DDDA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 221 218 -
CMYK 0 0.10 0.11 0.04
HSL 6.43º 0.61% 0.91% -
HSV(B) 6.43º 0.11% 0.96% -
XYZ 76.52 76.37 77.04 -
YUV 228.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 246 221 218 0 0.10 0.11 0.04 6.43 0.61 0.91
Hex F6 DD DA 0 A B 4 6 3D 5B
Octal 366 335 332 0 12 13 4 6 75 133
Binary 11110110 11011101 11011010 0 1010 1011 100 110 111101 1011011

Color Harmonies of #F6DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDDA

Black with #F6DDDA

Text Example


Text Example

White with #F6DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DDDA; }

 p { color: rgb(246,221,218); }

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

background-color css

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

 a { background-color: rgb(246,221,218); }

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

border-color css

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

 span { border-color: rgb(246,221,218); }

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