Html Css Color HEX #F5D8E1 Pig Pink

📋 copy color: '#F5D8E1'

red 245 ◦ green 216 ◦ blue 225

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

Shades of Pig Pink #F5D8E1

Tints of Pig Pink #F5D8E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.8%

R = 35.71%
G = 31.49%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F5D8E1 (or 0xF5D8E1) is known color: Pig Pink. HEX triplet: F5, D8 and E1. RGB value is (245,216,225). Sum of RGB (Red+Green+Blue) = 245+216+225=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D8E1 is #0A271E. Grayscale: #E1E1E1. Windows color (decimal): -665375 or 14801141. OLE color: 14801141.

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

Color convert

RGB 245 216 225 -
CMYK 0 0.12 0.08 0.04
HSL 341.38º 0.59% 0.9% -
HSV(B) 341.38º 0.12% 0.96% -
XYZ 75.8 73.96 81.51 -
YUV 225.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 245 216 225 0 0.12 0.08 0.04 341.38 0.59 0.9
Hex F5 D8 E1 0 C 8 4 155 3B 5A
Octal 365 330 341 0 14 10 4 525 73 132
Binary 11110101 11011000 11100001 0 1100 1000 100 101010101 111011 1011010

Color Harmonies of #F5D8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D8E1

Black with #F5D8E1

Text Example


Text Example

White with #F5D8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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