Html Css Color HEX #F5E3DF Remy

📋 copy color: '#F5E3DF'

red 245 ◦ green 227 ◦ blue 223

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

Shades of Remy #F5E3DF

Tints of Remy #F5E3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.66%

 BLUE value IS 223 (87.5% from 255) = 32.09%

R = 35.25%
G = 32.66%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5E3DF (or 0xF5E3DF) is known color: Remy. HEX triplet: F5, E3 and DF. RGB value is (245,227,223). Sum of RGB (Red+Green+Blue) = 245+227+223=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E3DF is #0A1C20. Grayscale: #E7E7E7. Windows color (decimal): -662561 or 14672885. OLE color: 14672885.

HSL color Cylindrical-coordinate representation of color #F5E3DF: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E3DF is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 227 223 -
CMYK 0 0.07 0.09 0.04
HSL 10.91º 0.52% 0.92% -
HSV(B) 10.91º 0.09% 0.96% -
XYZ 78.44 79.68 81.06 -
YUV 231.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 245 227 223 0 0.07 0.09 0.04 10.91 0.52 0.92
Hex F5 E3 DF 0 7 9 4 B 34 5C
Octal 365 343 337 0 7 11 4 13 64 134
Binary 11110101 11100011 11011111 0 111 1001 100 1011 110100 1011100

Color Harmonies of #F5E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E3DF

Black with #F5E3DF

Text Example


Text Example

White with #F5E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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