Html Css Color HEX #F2D9E8 Pig Pink

📋 copy color: '#F2D9E8'

red 242 ◦ green 217 ◦ blue 232

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

Shades of Pig Pink #F2D9E8

Tints of Pig Pink #F2D9E8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.4%

 BLUE value IS 232 (91.02% from 255) = 33.57%

R = 35.02%
G = 31.4%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2D9E8 (or 0xF2D9E8) is known color: Pig Pink. HEX triplet: F2, D9 and E8. RGB value is (242,217,232). Sum of RGB (Red+Green+Blue) = 242+217+232=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9E8 is #0D2617. Grayscale: #E2E2E2. Windows color (decimal): -861720 or 15260146. OLE color: 15260146.

HSL color Cylindrical-coordinate representation of color #F2D9E8: hue angle of 324º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2D9E8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 232 -
CMYK 0 0.10 0.04 0.05
HSL 324º 0.49% 0.9% -
HSV(B) 324º 0.1% 0.95% -
XYZ 76 74.33 86.69 -
YUV 226.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 242 217 232 0 0.10 0.04 0.05 324 0.49 0.9
Hex F2 D9 E8 0 A 4 5 144 31 5A
Octal 362 331 350 0 12 4 5 504 61 132
Binary 11110010 11011001 11101000 0 1010 100 101 101000100 110001 1011010

Color Harmonies of #F2D9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9E8

Black with #F2D9E8

Text Example


Text Example

White with #F2D9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9E8; }

 p { color: rgb(242,217,232); }

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

background-color css

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

 a { background-color: rgb(242,217,232); }

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

border-color css

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

 span { border-color: rgb(242,217,232); }

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