Html Css Color HEX #F1DBEA Pig Pink

📋 copy color: '#F1DBEA'

red 241 ◦ green 219 ◦ blue 234

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

Shades of Pig Pink #F1DBEA

Tints of Pig Pink #F1DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.56%

 BLUE value IS 234 (91.8% from 255) = 33.72%

R = 34.73%
G = 31.56%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1DBEA (or 0xF1DBEA) is known color: Pig Pink. HEX triplet: F1, DB and EA. RGB value is (241,219,234). Sum of RGB (Red+Green+Blue) = 241+219+234=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBEA is #0E2415. Grayscale: #E3E3E3. Windows color (decimal): -926742 or 15391729. OLE color: 15391729.

HSL color Cylindrical-coordinate representation of color #F1DBEA: hue angle of 319.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DBEA is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 219 234 -
CMYK 0 0.09 0.03 0.05
HSL 319.09º 0.44% 0.9% -
HSV(B) 319.09º 0.09% 0.95% -
XYZ 76.46 75.3 88.35 -
YUV 227.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 241 219 234 0 0.09 0.03 0.05 319.09 0.44 0.9
Hex F1 DB EA 0 9 3 5 13F 2C 5A
Octal 361 333 352 0 11 3 5 477 54 132
Binary 11110001 11011011 11101010 0 1001 11 101 100111111 101100 1011010

Color Harmonies of #F1DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBEA

Black with #F1DBEA

Text Example


Text Example

White with #F1DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBEA; }

 p { color: rgb(241,219,234); }

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

background-color css

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

 a { background-color: rgb(241,219,234); }

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

border-color css

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

 span { border-color: rgb(241,219,234); }

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