Html Css Color HEX #F5DFDC Remy

📋 copy color: '#F5DFDC'

red 245 ◦ green 223 ◦ blue 220

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

Shades of Remy #F5DFDC

Tints of Remy #F5DFDC

RGB

 RED value IS 245 (96.09% from 255) = 35.61%

 GREEN value IS 223 (87.5% from 255) = 32.41%

 BLUE value IS 220 (86.33% from 255) = 31.98%

R = 35.61%
G = 32.41%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5DFDC (or 0xF5DFDC) is known color: Remy. HEX triplet: F5, DF and DC. RGB value is (245,223,220). Sum of RGB (Red+Green+Blue) = 245+223+220=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFDC is #0A2023. Grayscale: #E5E5E5. Windows color (decimal): -663588 or 14475253. OLE color: 14475253.

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

Color convert

RGB 245 223 220 -
CMYK 0 0.09 0.10 0.04
HSL 7.2º 0.56% 0.91% -
HSV(B) 7.2º 0.1% 0.96% -
XYZ 76.96 77.36 78.58 -
YUV 229.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 245 223 220 0 0.09 0.10 0.04 7.2 0.56 0.91
Hex F5 DF DC 0 9 A 4 7 38 5B
Octal 365 337 334 0 11 12 4 7 70 133
Binary 11110101 11011111 11011100 0 1001 1010 100 111 111000 1011011

Color Harmonies of #F5DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFDC

Black with #F5DFDC

Text Example


Text Example

White with #F5DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFDC; }

 p { color: rgb(245,223,220); }

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

background-color css

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

 a { background-color: rgb(245,223,220); }

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

border-color css

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

 span { border-color: rgb(245,223,220); }

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