Html Css Color HEX #F5DFDA Remy

📋 copy color: '#F5DFDA'

red 245 ◦ green 223 ◦ blue 218

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

Shades of Remy #F5DFDA

Tints of Remy #F5DFDA

RGB

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

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

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

R = 35.71%
G = 32.51%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5DFDA (or 0xF5DFDA) is known color: Remy. HEX triplet: F5, DF and DA. RGB value is (245,223,218). Sum of RGB (Red+Green+Blue) = 245+223+218=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFDA is #0A2025. Grayscale: #E5E5E5. Windows color (decimal): -663590 or 14344181. OLE color: 14344181.

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

Color convert

RGB 245 223 218 -
CMYK 0 0.09 0.11 0.04
HSL 11.11º 0.57% 0.91% -
HSV(B) 11.11º 0.11% 0.96% -
XYZ 76.7 77.25 77.2 -
YUV 229.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 245 223 218 0 0.09 0.11 0.04 11.11 0.57 0.91
Hex F5 DF DA 0 9 B 4 B 39 5B
Octal 365 337 332 0 11 13 4 13 71 133
Binary 11110101 11011111 11011010 0 1001 1011 100 1011 111001 1011011

Color Harmonies of #F5DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFDA

Black with #F5DFDA

Text Example


Text Example

White with #F5DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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