Html Css Color HEX #F2DCE9 Pig Pink

📋 copy color: '#F2DCE9'

red 242 ◦ green 220 ◦ blue 233

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

Shades of Pig Pink #F2DCE9

Tints of Pig Pink #F2DCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.65%

 BLUE value IS 233 (91.41% from 255) = 33.53%

R = 34.82%
G = 31.65%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2DCE9 (or 0xF2DCE9) is known color: Pig Pink. HEX triplet: F2, DC and E9. RGB value is (242,220,233). Sum of RGB (Red+Green+Blue) = 242+220+233=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCE9 is #0D2316. Grayscale: #E4E4E4. Windows color (decimal): -860951 or 15326450. OLE color: 15326450.

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

Color convert

RGB 242 220 233 -
CMYK 0 0.09 0.04 0.05
HSL 324.55º 0.46% 0.91% -
HSV(B) 324.55º 0.09% 0.95% -
XYZ 76.92 75.95 87.7 -
YUV 228.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 242 220 233 0 0.09 0.04 0.05 324.55 0.46 0.91
Hex F2 DC E9 0 9 4 5 145 2E 5B
Octal 362 334 351 0 11 4 5 505 56 133
Binary 11110010 11011100 11101001 0 1001 100 101 101000101 101110 1011011

Color Harmonies of #F2DCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCE9

Black with #F2DCE9

Text Example


Text Example

White with #F2DCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCE9; }

 p { color: rgb(242,220,233); }

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

background-color css

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

 a { background-color: rgb(242,220,233); }

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

border-color css

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

 span { border-color: rgb(242,220,233); }

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