Html Css Color HEX #F8D5EC Pig Pink

📋 copy color: '#F8D5EC'

red 248 ◦ green 213 ◦ blue 236

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

Shades of Pig Pink #F8D5EC

Tints of Pig Pink #F8D5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.56%

 BLUE value IS 236 (92.58% from 255) = 33.86%

R = 35.58%
G = 30.56%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F8D5EC (or 0xF8D5EC) is known color: Pig Pink. HEX triplet: F8, D5 and EC. RGB value is (248,213,236). Sum of RGB (Red+Green+Blue) = 248+213+236=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D5EC is #072A13. Grayscale: #E2E2E2. Windows color (decimal): -469524 or 15521272. OLE color: 15521272.

HSL color Cylindrical-coordinate representation of color #F8D5EC: hue angle of 320.57º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D5EC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 213 236 -
CMYK 0 0.14 0.05 0.03
HSL 320.57º 0.71% 0.9% -
HSV(B) 320.57º 0.14% 0.97% -
XYZ 77.65 73.6 89.47 -
YUV 226.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 248 213 236 0 0.14 0.05 0.03 320.57 0.71 0.9
Hex F8 D5 EC 0 E 5 3 141 47 5A
Octal 370 325 354 0 16 5 3 501 107 132
Binary 11111000 11010101 11101100 0 1110 101 11 101000001 1000111 1011010

Color Harmonies of #F8D5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D5EC

Black with #F8D5EC

Text Example


Text Example

White with #F8D5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D5EC; }

 p { color: rgb(248,213,236); }

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

background-color css

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

 a { background-color: rgb(248,213,236); }

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

border-color css

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

 span { border-color: rgb(248,213,236); }

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