Html Css Color HEX #F8E0CF Provincial Pink

📋 copy color: '#F8E0CF'

red 248 ◦ green 224 ◦ blue 207

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

Shades of Provincial Pink #F8E0CF

Tints of Provincial Pink #F8E0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.99%

 BLUE value IS 207 (81.25% from 255) = 30.49%

R = 36.52%
G = 32.99%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8E0CF (or 0xF8E0CF) is known color: Provincial Pink. HEX triplet: F8, E0 and CF. RGB value is (248,224,207). Sum of RGB (Red+Green+Blue) = 248+224+207=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E0CF is #071F30. Grayscale: #E5E5E5. Windows color (decimal): -466737 or 13623544. OLE color: 13623544.

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

Color convert

RGB 248 224 207 -
CMYK 0 0.10 0.17 0.03
HSL 24.88º 0.75% 0.89% -
HSV(B) 24.88º 0.17% 0.97% -
XYZ 76.63 77.77 70 -
YUV 229.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 248 224 207 0 0.10 0.17 0.03 24.88 0.75 0.89
Hex F8 E0 CF 0 A 11 3 19 4B 59
Octal 370 340 317 0 12 21 3 31 113 131
Binary 11111000 11100000 11001111 0 1010 10001 11 11001 1001011 1011001

Color Harmonies of #F8E0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E0CF

Black with #F8E0CF

Text Example


Text Example

White with #F8E0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E0CF; }

 p { color: rgb(248,224,207); }

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

background-color css

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

 a { background-color: rgb(248,224,207); }

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

border-color css

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

 span { border-color: rgb(248,224,207); }

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