Html Css Color HEX #F5D8EC Pig Pink

📋 copy color: '#F5D8EC'

red 245 ◦ green 216 ◦ blue 236

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

Shades of Pig Pink #F5D8EC

Tints of Pig Pink #F5D8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.99%

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

R = 35.15%
G = 30.99%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5D8EC (or 0xF5D8EC) is known color: Pig Pink. HEX triplet: F5, D8 and EC. RGB value is (245,216,236). Sum of RGB (Red+Green+Blue) = 245+216+236=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8EC is #0A2713. Grayscale: #E2E2E2. Windows color (decimal): -665364 or 15522037. OLE color: 15522037.

HSL color Cylindrical-coordinate representation of color #F5D8EC: hue angle of 318.62º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D8EC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 216 236 -
CMYK 0 0.12 0.04 0.04
HSL 318.62º 0.59% 0.9% -
HSV(B) 318.62º 0.12% 0.96% -
XYZ 77.35 74.58 89.68 -
YUV 226.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 245 216 236 0 0.12 0.04 0.04 318.62 0.59 0.9
Hex F5 D8 EC 0 C 4 4 13F 3B 5A
Octal 365 330 354 0 14 4 4 477 73 132
Binary 11110101 11011000 11101100 0 1100 100 100 100111111 111011 1011010

Color Harmonies of #F5D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D8EC

Black with #F5D8EC

Text Example


Text Example

White with #F5D8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D8EC; }

 p { color: rgb(245,216,236); }

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

background-color css

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

 a { background-color: rgb(245,216,236); }

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

border-color css

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

 span { border-color: rgb(245,216,236); }

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