Html Css Color HEX #F8E3DA Provincial Pink

📋 copy color: '#F8E3DA'

red 248 ◦ green 227 ◦ blue 218

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

Shades of Provincial Pink #F8E3DA

Tints of Provincial Pink #F8E3DA

RGB

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

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

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

R = 35.79%
G = 32.76%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8E3DA (or 0xF8E3DA) is known color: Provincial Pink. HEX triplet: F8, E3 and DA. RGB value is (248,227,218). Sum of RGB (Red+Green+Blue) = 248+227+218=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 227 (89.06% from 255 or 32.76% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E3DA is #071C25. Grayscale: #E8E8E8. Windows color (decimal): -465958 or 14345208. OLE color: 14345208.

HSL color Cylindrical-coordinate representation of color #F8E3DA: hue angle of 18º 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 #F8E3DA is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 227 218 -
CMYK 0 0.08 0.12 0.03
HSL 18º 0.68% 0.91% -
HSV(B) 18º 0.12% 0.97% -
XYZ 78.84 79.96 77.61 -
YUV 232.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 248 227 218 0 0.08 0.12 0.03 18 0.68 0.91
Hex F8 E3 DA 0 8 C 3 12 44 5B
Octal 370 343 332 0 10 14 3 22 104 133
Binary 11111000 11100011 11011010 0 1000 1100 11 10010 1000100 1011011

Color Harmonies of #F8E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E3DA

Black with #F8E3DA

Text Example


Text Example

White with #F8E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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