Html Css Color HEX #F2D7E5 Pig Pink

📋 copy color: '#F2D7E5'

red 242 ◦ green 215 ◦ blue 229

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

Shades of Pig Pink #F2D7E5

Tints of Pig Pink #F2D7E5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.34%

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 35.28%
G = 31.34%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2D7E5 (or 0xF2D7E5) is known color: Pig Pink. HEX triplet: F2, D7 and E5. RGB value is (242,215,229). Sum of RGB (Red+Green+Blue) = 242+215+229=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7E5 is #0D281A. Grayscale: #E0E0E0. Windows color (decimal): -862235 or 15063026. OLE color: 15063026.

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

Color convert

RGB 242 215 229 -
CMYK 0 0.11 0.05 0.05
HSL 328.89º 0.51% 0.9% -
HSV(B) 328.89º 0.11% 0.95% -
XYZ 75.06 73.14 84.29 -
YUV 224.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 242 215 229 0 0.11 0.05 0.05 328.89 0.51 0.9
Hex F2 D7 E5 0 B 5 5 149 33 5A
Octal 362 327 345 0 13 5 5 511 63 132
Binary 11110010 11010111 11100101 0 1011 101 101 101001001 110011 1011010

Color Harmonies of #F2D7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D7E5

Black with #F2D7E5

Text Example


Text Example

White with #F2D7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D7E5; }

 p { color: rgb(242,215,229); }

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

background-color css

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

 a { background-color: rgb(242,215,229); }

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

border-color css

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

 span { border-color: rgb(242,215,229); }

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