Html Css Color HEX #F8DFDA Remy

📋 copy color: '#F8DFDA'

red 248 ◦ green 223 ◦ blue 218

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

Shades of Remy #F8DFDA

Tints of Remy #F8DFDA

RGB

 RED value IS 248 (97.27% from 255) = 35.99%

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

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

R = 35.99%
G = 32.37%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8DFDA (or 0xF8DFDA) is known color: Remy. HEX triplet: F8, DF and DA. RGB value is (248,223,218). Sum of RGB (Red+Green+Blue) = 248+223+218=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFDA is #072025. Grayscale: #E5E5E5. Windows color (decimal): -466982 or 14344184. OLE color: 14344184.

HSL color Cylindrical-coordinate representation of color #F8DFDA: hue angle of 10º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DFDA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 223 218 -
CMYK 0 0.10 0.12 0.03
HSL 10º 0.68% 0.91% -
HSV(B) 10º 0.12% 0.97% -
XYZ 77.75 77.79 77.25 -
YUV 229.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 248 223 218 0 0.10 0.12 0.03 10 0.68 0.91
Hex F8 DF DA 0 A C 3 A 44 5B
Octal 370 337 332 0 12 14 3 12 104 133
Binary 11111000 11011111 11011010 0 1010 1100 11 1010 1000100 1011011

Color Harmonies of #F8DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFDA

Black with #F8DFDA

Text Example


Text Example

White with #F8DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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