Html Css Color HEX #F2DCE4 Pig Pink

📋 copy color: '#F2DCE4'

red 242 ◦ green 220 ◦ blue 228

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

Shades of Pig Pink #F2DCE4

Tints of Pig Pink #F2DCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.04%

R = 35.07%
G = 31.88%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2DCE4 (or 0xF2DCE4) is known color: Pig Pink. HEX triplet: F2, DC and E4. RGB value is (242,220,228). Sum of RGB (Red+Green+Blue) = 242+220+228=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE4 is #0D231B. Grayscale: #E3E3E3. Windows color (decimal): -860956 or 14998770. OLE color: 14998770.

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

Color convert

RGB 242 220 228 -
CMYK 0 0.09 0.06 0.05
HSL 338.18º 0.46% 0.91% -
HSV(B) 338.18º 0.09% 0.95% -
XYZ 76.21 75.67 83.99 -
YUV 227.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 242 220 228 0 0.09 0.06 0.05 338.18 0.46 0.91
Hex F2 DC E4 0 9 6 5 152 2E 5B
Octal 362 334 344 0 11 6 5 522 56 133
Binary 11110010 11011100 11100100 0 1001 110 101 101010010 101110 1011011

Color Harmonies of #F2DCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCE4

Black with #F2DCE4

Text Example


Text Example

White with #F2DCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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