Html Css Color HEX #F1DBE2 Pig Pink

📋 copy color: '#F1DBE2'

red 241 ◦ green 219 ◦ blue 226

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

Shades of Pig Pink #F1DBE2

Tints of Pig Pink #F1DBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.94%

R = 35.13%
G = 31.92%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1DBE2 (or 0xF1DBE2) is known color: Pig Pink. HEX triplet: F1, DB and E2. RGB value is (241,219,226). Sum of RGB (Red+Green+Blue) = 241+219+226=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBE2 is #0E241D. Grayscale: #E2E2E2. Windows color (decimal): -926750 or 14867441. OLE color: 14867441.

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

Color convert

RGB 241 219 226 -
CMYK 0 0.09 0.06 0.05
HSL 340.91º 0.44% 0.9% -
HSV(B) 340.91º 0.09% 0.95% -
XYZ 75.33 74.85 82.43 -
YUV 226.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 241 219 226 0 0.09 0.06 0.05 340.91 0.44 0.9
Hex F1 DB E2 0 9 6 5 155 2C 5A
Octal 361 333 342 0 11 6 5 525 54 132
Binary 11110001 11011011 11100010 0 1001 110 101 101010101 101100 1011010

Color Harmonies of #F1DBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBE2

Black with #F1DBE2

Text Example


Text Example

White with #F1DBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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