Html Css Color HEX #F1DDEA Pig Pink

📋 copy color: '#F1DDEA'

red 241 ◦ green 221 ◦ blue 234

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

Shades of Pig Pink #F1DDEA

Tints of Pig Pink #F1DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.75%

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

R = 34.63%
G = 31.75%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1DDEA (or 0xF1DDEA) is known color: Pig Pink. HEX triplet: F1, DD and EA. RGB value is (241,221,234). Sum of RGB (Red+Green+Blue) = 241+221+234=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDEA is #0E2215. Grayscale: #E4E4E4. Windows color (decimal): -926230 or 15392241. OLE color: 15392241.

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

Color convert

RGB 241 221 234 -
CMYK 0 0.08 0.03 0.05
HSL 321º 0.42% 0.91% -
HSV(B) 321º 0.08% 0.95% -
XYZ 76.98 76.35 88.52 -
YUV 228.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 241 221 234 0 0.08 0.03 0.05 321 0.42 0.91
Hex F1 DD EA 0 8 3 5 141 2A 5B
Octal 361 335 352 0 10 3 5 501 52 133
Binary 11110001 11011101 11101010 0 1000 11 101 101000001 101010 1011011

Color Harmonies of #F1DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDEA

Black with #F1DDEA

Text Example


Text Example

White with #F1DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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