Html Css Color HEX #F2DDEA Pig Pink

📋 copy color: '#F2DDEA'

red 242 ◦ green 221 ◦ blue 234

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

Shades of Pig Pink #F2DDEA

Tints of Pig Pink #F2DDEA

RGB

 RED value IS 242 (94.92% from 255) = 34.72%

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

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

R = 34.72%
G = 31.71%
B = 33.57%

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

#F2DDEA (or 0xF2DDEA) is known color: Pig Pink. HEX triplet: F2, DD and EA. RGB value is (242,221,234). Sum of RGB (Red+Green+Blue) = 242+221+234=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDEA is #0D2215. Grayscale: #E4E4E4. Windows color (decimal): -860694 or 15392242. OLE color: 15392242.

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

Color convert

RGB 242 221 234 -
CMYK 0 0.09 0.03 0.05
HSL 322.86º 0.45% 0.91% -
HSV(B) 322.86º 0.09% 0.95% -
XYZ 77.33 76.53 88.54 -
YUV 228.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 242 221 234 0 0.09 0.03 0.05 322.86 0.45 0.91
Hex F2 DD EA 0 9 3 5 143 2D 5B
Octal 362 335 352 0 11 3 5 503 55 133
Binary 11110010 11011101 11101010 0 1001 11 101 101000011 101101 1011011

Color Harmonies of #F2DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDEA

Black with #F2DDEA

Text Example


Text Example

White with #F2DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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