Html Css Color HEX #F1DBE6 Pig Pink

📋 copy color: '#F1DBE6'

red 241 ◦ green 219 ◦ blue 230

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

Shades of Pig Pink #F1DBE6

Tints of Pig Pink #F1DBE6

RGB

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

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

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

R = 34.93%
G = 31.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1DBE6 (or 0xF1DBE6) is known color: Pig Pink. HEX triplet: F1, DB and E6. RGB value is (241,219,230). Sum of RGB (Red+Green+Blue) = 241+219+230=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBE6 is #0E2419. Grayscale: #E2E2E2. Windows color (decimal): -926746 or 15129585. OLE color: 15129585.

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

Color convert

RGB 241 219 230 -
CMYK 0 0.09 0.05 0.05
HSL 330º 0.44% 0.9% -
HSV(B) 330º 0.09% 0.95% -
XYZ 75.89 75.08 85.35 -
YUV 226.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 241 219 230 0 0.09 0.05 0.05 330 0.44 0.9
Hex F1 DB E6 0 9 5 5 14A 2C 5A
Octal 361 333 346 0 11 5 5 512 54 132
Binary 11110001 11011011 11100110 0 1001 101 101 101001010 101100 1011010

Color Harmonies of #F1DBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBE6

Black with #F1DBE6

Text Example


Text Example

White with #F1DBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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