Html Css Color HEX #F6DBDA Remy

📋 copy color: '#F6DBDA'

red 246 ◦ green 219 ◦ blue 218

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

Shades of Remy #F6DBDA

Tints of Remy #F6DBDA

RGB

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

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

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

R = 36.02%
G = 32.06%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6DBDA (or 0xF6DBDA) is known color: Remy. HEX triplet: F6, DB and DA. RGB value is (246,219,218). Sum of RGB (Red+Green+Blue) = 246+219+218=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBDA is #092425. Grayscale: #E2E2E2. Windows color (decimal): -599078 or 14343158. OLE color: 14343158.

HSL color Cylindrical-coordinate representation of color #F6DBDA: hue angle of 2.14º 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 #F6DBDA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 219 218 -
CMYK 0 0.11 0.11 0.04
HSL 2.14º 0.61% 0.91% -
HSV(B) 2.14º 0.11% 0.96% -
XYZ 75.99 75.32 76.86 -
YUV 226.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 246 219 218 0 0.11 0.11 0.04 2.14 0.61 0.91
Hex F6 DB DA 0 B B 4 2 3D 5B
Octal 366 333 332 0 13 13 4 2 75 133
Binary 11110110 11011011 11011010 0 1011 1011 100 10 111101 1011011

Color Harmonies of #F6DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DBDA

Black with #F6DBDA

Text Example


Text Example

White with #F6DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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