Html Css Color HEX #F1DBDC Pale Pink

📋 copy color: '#F1DBDC'

red 241 ◦ green 219 ◦ blue 220

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

Shades of Pale Pink #F1DBDC

Tints of Pale Pink #F1DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.35%

R = 35.44%
G = 32.21%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1DBDC (or 0xF1DBDC) is known color: Pale Pink. HEX triplet: F1, DB and DC. RGB value is (241,219,220). Sum of RGB (Red+Green+Blue) = 241+219+220=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBDC is #0E2423. Grayscale: #E1E1E1. Windows color (decimal): -926756 or 14474225. OLE color: 14474225.

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

Color convert

RGB 241 219 220 -
CMYK 0 0.09 0.09 0.05
HSL 357.27º 0.44% 0.9% -
HSV(B) 357.27º 0.09% 0.95% -
XYZ 74.53 74.53 78.17 -
YUV 225.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 241 219 220 0 0.09 0.09 0.05 357.27 0.44 0.9
Hex F1 DB DC 0 9 9 5 165 2C 5A
Octal 361 333 334 0 11 11 5 545 54 132
Binary 11110001 11011011 11011100 0 1001 1001 101 101100101 101100 1011010

Color Harmonies of #F1DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBDC

Black with #F1DBDC

Text Example


Text Example

White with #F1DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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