Html Css Color HEX #F1DAE6 Pig Pink

📋 copy color: '#F1DAE6'

red 241 ◦ green 218 ◦ blue 230

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

Shades of Pig Pink #F1DAE6

Tints of Pig Pink #F1DAE6

RGB

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

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

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

R = 34.98%
G = 31.64%
B = 33.38%

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

#F1DAE6 (or 0xF1DAE6) is known color: Pig Pink. HEX triplet: F1, DA and E6. RGB value is (241,218,230). Sum of RGB (Red+Green+Blue) = 241+218+230=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DAE6 is #0E2519. Grayscale: #E2E2E2. Windows color (decimal): -927002 or 15129329. OLE color: 15129329.

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

Color convert

RGB 241 218 230 -
CMYK 0 0.10 0.05 0.05
HSL 328.7º 0.45% 0.9% -
HSV(B) 328.7º 0.1% 0.95% -
XYZ 75.63 74.56 85.27 -
YUV 226.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 241 218 230 0 0.10 0.05 0.05 328.7 0.45 0.9
Hex F1 DA E6 0 A 5 5 149 2D 5A
Octal 361 332 346 0 12 5 5 511 55 132
Binary 11110001 11011010 11100110 0 1010 101 101 101001001 101101 1011010

Color Harmonies of #F1DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DAE6

Black with #F1DAE6

Text Example


Text Example

White with #F1DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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