Html Css Color HEX #F1D7E4 Pig Pink

📋 copy color: '#F1D7E4'

red 241 ◦ green 215 ◦ blue 228

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

Shades of Pig Pink #F1D7E4

Tints of Pig Pink #F1D7E4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.43%

 BLUE value IS 228 (89.45% from 255) = 33.33%

R = 35.23%
G = 31.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1D7E4 (or 0xF1D7E4) is known color: Pig Pink. HEX triplet: F1, D7 and E4. RGB value is (241,215,228). Sum of RGB (Red+Green+Blue) = 241+215+228=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7E4 is #0E281B. Grayscale: #E0E0E0. Windows color (decimal): -927772 or 14997489. OLE color: 14997489.

HSL color Cylindrical-coordinate representation of color #F1D7E4: hue angle of 330º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D7E4 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 228 -
CMYK 0 0.11 0.05 0.05
HSL 330º 0.48% 0.89% -
HSV(B) 330º 0.11% 0.95% -
XYZ 74.58 72.9 83.54 -
YUV 224.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 241 215 228 0 0.11 0.05 0.05 330 0.48 0.89
Hex F1 D7 E4 0 B 5 5 14A 30 59
Octal 361 327 344 0 13 5 5 512 60 131
Binary 11110001 11010111 11100100 0 1011 101 101 101001010 110000 1011001

Color Harmonies of #F1D7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7E4

Black with #F1D7E4

Text Example


Text Example

White with #F1D7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7E4; }

 p { color: rgb(241,215,228); }

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

background-color css

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

 a { background-color: rgb(241,215,228); }

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

border-color css

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

 span { border-color: rgb(241,215,228); }

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