Html Css Color HEX #F1D8E3 Pig Pink

📋 copy color: '#F1D8E3'

red 241 ◦ green 216 ◦ blue 227

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

Shades of Pig Pink #F1D8E3

Tints of Pig Pink #F1D8E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.19%

R = 35.23%
G = 31.58%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1D8E3 (or 0xF1D8E3) is known color: Pig Pink. HEX triplet: F1, D8 and E3. RGB value is (241,216,227). Sum of RGB (Red+Green+Blue) = 241+216+227=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8E3 is #0E271C. Grayscale: #E0E0E0. Windows color (decimal): -927517 or 14932209. OLE color: 14932209.

HSL color Cylindrical-coordinate representation of color #F1D8E3: hue angle of 333.6º 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 #F1D8E3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 227 -
CMYK 0 0.10 0.06 0.05
HSL 333.6º 0.47% 0.9% -
HSV(B) 333.6º 0.1% 0.95% -
XYZ 74.7 73.36 82.9 -
YUV 224.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 241 216 227 0 0.10 0.06 0.05 333.6 0.47 0.9
Hex F1 D8 E3 0 A 6 5 14E 2F 5A
Octal 361 330 343 0 12 6 5 516 57 132
Binary 11110001 11011000 11100011 0 1010 110 101 101001110 101111 1011010

Color Harmonies of #F1D8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8E3

Black with #F1D8E3

Text Example


Text Example

White with #F1D8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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