Html Css Color HEX #F8D5ED Pig Pink

📋 copy color: '#F8D5ED'

red 248 ◦ green 213 ◦ blue 237

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

Shades of Pig Pink #F8D5ED

Tints of Pig Pink #F8D5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.95%

R = 35.53%
G = 30.52%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8D5ED (or 0xF8D5ED) is known color: Pig Pink. HEX triplet: F8, D5 and ED. RGB value is (248,213,237). Sum of RGB (Red+Green+Blue) = 248+213+237=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D5ED is #072A12. Grayscale: #E2E2E2. Windows color (decimal): -469523 or 15586808. OLE color: 15586808.

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

Color convert

RGB 248 213 237 -
CMYK 0 0.14 0.04 0.03
HSL 318.86º 0.71% 0.9% -
HSV(B) 318.86º 0.14% 0.97% -
XYZ 77.79 73.66 90.24 -
YUV 226.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 248 213 237 0 0.14 0.04 0.03 318.86 0.71 0.9
Hex F8 D5 ED 0 E 4 3 13F 47 5A
Octal 370 325 355 0 16 4 3 477 107 132
Binary 11111000 11010101 11101101 0 1110 100 11 100111111 1000111 1011010

Color Harmonies of #F8D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D5ED

Black with #F8D5ED

Text Example


Text Example

White with #F8D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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