Html Css Color HEX #F1D8E6 Pig Pink

📋 copy color: '#F1D8E6'

red 241 ◦ green 216 ◦ blue 230

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

Shades of Pig Pink #F1D8E6

Tints of Pig Pink #F1D8E6

RGB

 RED value IS 241 (94.53% from 255) = 35.08%

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

 BLUE value IS 230 (90.23% from 255) = 33.48%

R = 35.08%
G = 31.44%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1D8E6 (or 0xF1D8E6) is known color: Pig Pink. HEX triplet: F1, D8 and E6. RGB value is (241,216,230). Sum of RGB (Red+Green+Blue) = 241+216+230=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8E6 is #0E2719. Grayscale: #E1E1E1. Windows color (decimal): -927514 or 15128817. OLE color: 15128817.

HSL color Cylindrical-coordinate representation of color #F1D8E6: hue angle of 326.4º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8E6 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 230 -
CMYK 0 0.10 0.05 0.05
HSL 326.4º 0.47% 0.9% -
HSV(B) 326.4º 0.1% 0.95% -
XYZ 75.11 73.53 85.1 -
YUV 225.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 241 216 230 0 0.10 0.05 0.05 326.4 0.47 0.9
Hex F1 D8 E6 0 A 5 5 146 2F 5A
Octal 361 330 346 0 12 5 5 506 57 132
Binary 11110001 11011000 11100110 0 1010 101 101 101000110 101111 1011010

Color Harmonies of #F1D8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8E6

Black with #F1D8E6

Text Example


Text Example

White with #F1D8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8E6; }

 p { color: rgb(241,216,230); }

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

background-color css

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

 a { background-color: rgb(241,216,230); }

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

border-color css

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

 span { border-color: rgb(241,216,230); }

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