Html Css Color HEX #F1DAE1 Pig Pink

📋 copy color: '#F1DAE1'

red 241 ◦ green 218 ◦ blue 225

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

Shades of Pig Pink #F1DAE1

Tints of Pig Pink #F1DAE1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.87%

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

R = 35.23%
G = 31.87%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1DAE1 (or 0xF1DAE1) is known color: Pig Pink. HEX triplet: F1, DA and E1. RGB value is (241,218,225). Sum of RGB (Red+Green+Blue) = 241+218+225=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DAE1 is #0E251E. Grayscale: #E1E1E1. Windows color (decimal): -927007 or 14801649. OLE color: 14801649.

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

Color convert

RGB 241 218 225 -
CMYK 0 0.10 0.07 0.05
HSL 341.74º 0.45% 0.9% -
HSV(B) 341.74º 0.1% 0.95% -
XYZ 74.94 74.28 81.62 -
YUV 225.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 241 218 225 0 0.10 0.07 0.05 341.74 0.45 0.9
Hex F1 DA E1 0 A 7 5 156 2D 5A
Octal 361 332 341 0 12 7 5 526 55 132
Binary 11110001 11011010 11100001 0 1010 111 101 101010110 101101 1011010

Color Harmonies of #F1DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DAE1

Black with #F1DAE1

Text Example


Text Example

White with #F1DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DAE1; }

 p { color: rgb(241,218,225); }

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

background-color css

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

 a { background-color: rgb(241,218,225); }

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

border-color css

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

 span { border-color: rgb(241,218,225); }

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