Html Css Color HEX #F5DFDD Remy

📋 copy color: '#F5DFDD'

red 245 ◦ green 223 ◦ blue 221

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

Shades of Remy #F5DFDD

Tints of Remy #F5DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.08%

R = 35.56%
G = 32.37%
B = 32.08%

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

#F5DFDD (or 0xF5DFDD) is known color: Remy. HEX triplet: F5, DF and DD. RGB value is (245,223,221). Sum of RGB (Red+Green+Blue) = 245+223+221=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFDD is #0A2022. Grayscale: #E5E5E5. Windows color (decimal): -663587 or 14540789. OLE color: 14540789.

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

Color convert

RGB 245 223 221 -
CMYK 0 0.09 0.10 0.04
HSL 0.55% 0.91% -
HSV(B) 0.1% 0.96% -
XYZ 77.1 77.41 79.28 -
YUV 229.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 245 223 221 0 0.09 0.10 0.04 5 0.55 0.91
Hex F5 DF DD 0 9 A 4 5 37 5B
Octal 365 337 335 0 11 12 4 5 67 133
Binary 11110101 11011111 11011101 0 1001 1010 100 101 110111 1011011

Color Harmonies of #F5DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFDD

Black with #F5DFDD

Text Example


Text Example

White with #F5DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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