Html Css Color HEX #F2DCEA Pig Pink

📋 copy color: '#F2DCEA'

red 242 ◦ green 220 ◦ blue 234

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

Shades of Pig Pink #F2DCEA

Tints of Pig Pink #F2DCEA

RGB

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

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

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

R = 34.77%
G = 31.61%
B = 33.62%

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

#F2DCEA (or 0xF2DCEA) is known color: Pig Pink. HEX triplet: F2, DC and EA. RGB value is (242,220,234). Sum of RGB (Red+Green+Blue) = 242+220+234=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEA is #0D2315. Grayscale: #E4E4E4. Windows color (decimal): -860950 or 15391986. OLE color: 15391986.

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

Color convert

RGB 242 220 234 -
CMYK 0 0.09 0.03 0.05
HSL 321.82º 0.46% 0.91% -
HSV(B) 321.82º 0.09% 0.95% -
XYZ 77.06 76 88.45 -
YUV 228.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 242 220 234 0 0.09 0.03 0.05 321.82 0.46 0.91
Hex F2 DC EA 0 9 3 5 142 2E 5B
Octal 362 334 352 0 11 3 5 502 56 133
Binary 11110010 11011100 11101010 0 1001 11 101 101000010 101110 1011011

Color Harmonies of #F2DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCEA

Black with #F2DCEA

Text Example


Text Example

White with #F2DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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