Html Css Color HEX #F1DAE9 Pig Pink

📋 copy color: '#F1DAE9'

red 241 ◦ green 218 ◦ blue 233

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

Shades of Pig Pink #F1DAE9

Tints of Pig Pink #F1DAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.67%

R = 34.83%
G = 31.5%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1DAE9 (or 0xF1DAE9) is known color: Pig Pink. HEX triplet: F1, DA and E9. RGB value is (241,218,233). Sum of RGB (Red+Green+Blue) = 241+218+233=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAE9 is #0E2516. Grayscale: #E2E2E2. Windows color (decimal): -926999 or 15325937. OLE color: 15325937.

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

Color convert

RGB 241 218 233 -
CMYK 0 0.10 0.03 0.05
HSL 320.87º 0.45% 0.9% -
HSV(B) 320.87º 0.1% 0.95% -
XYZ 76.06 74.73 87.51 -
YUV 226.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 241 218 233 0 0.10 0.03 0.05 320.87 0.45 0.9
Hex F1 DA E9 0 A 3 5 141 2D 5A
Octal 361 332 351 0 12 3 5 501 55 132
Binary 11110001 11011010 11101001 0 1010 11 101 101000001 101101 1011010

Color Harmonies of #F1DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DAE9

Black with #F1DAE9

Text Example


Text Example

White with #F1DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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