Html Css Color HEX #F4DAD6 Remy

📋 copy color: '#F4DAD6'

red 244 ◦ green 218 ◦ blue 214

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

Shades of Remy #F4DAD6

Tints of Remy #F4DAD6

RGB

 RED value IS 244 (95.7% from 255) = 36.09%

 GREEN value IS 218 (85.55% from 255) = 32.25%

 BLUE value IS 214 (83.98% from 255) = 31.66%

R = 36.09%
G = 32.25%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F4DAD6 (or 0xF4DAD6) is known color: Remy. HEX triplet: F4, DA and D6. RGB value is (244,218,214). Sum of RGB (Red+Green+Blue) = 244+218+214=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DAD6 is #0B2529. Grayscale: #E1E1E1. Windows color (decimal): -730410 or 14080756. OLE color: 14080756.

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

Color convert

RGB 244 218 214 -
CMYK 0 0.11 0.12 0.04
HSL 0.58% 0.9% -
HSV(B) 0.12% 0.96% -
XYZ 74.52 74.23 74.02 -
YUV 225.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 244 218 214 0 0.11 0.12 0.04 8 0.58 0.9
Hex F4 DA D6 0 B C 4 8 3A 5A
Octal 364 332 326 0 13 14 4 10 72 132
Binary 11110100 11011010 11010110 0 1011 1100 100 1000 111010 1011010

Color Harmonies of #F4DAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DAD6

Black with #F4DAD6

Text Example


Text Example

White with #F4DAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DAD6; }

 p { color: rgb(244,218,214); }

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

background-color css

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

 a { background-color: rgb(244,218,214); }

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

border-color css

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

 span { border-color: rgb(244,218,214); }

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