Html Css Color HEX #F2DBEA Pig Pink

📋 copy color: '#F2DBEA'

red 242 ◦ green 219 ◦ blue 234

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

Shades of Pig Pink #F2DBEA

Tints of Pig Pink #F2DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.51%

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

R = 34.82%
G = 31.51%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2DBEA (or 0xF2DBEA) is known color: Pig Pink. HEX triplet: F2, DB and EA. RGB value is (242,219,234). Sum of RGB (Red+Green+Blue) = 242+219+234=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBEA is #0D2415. Grayscale: #E3E3E3. Windows color (decimal): -861206 or 15391730. OLE color: 15391730.

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

Color convert

RGB 242 219 234 -
CMYK 0 0.10 0.03 0.05
HSL 320.87º 0.47% 0.9% -
HSV(B) 320.87º 0.1% 0.95% -
XYZ 76.8 75.48 88.36 -
YUV 227.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 242 219 234 0 0.10 0.03 0.05 320.87 0.47 0.9
Hex F2 DB EA 0 A 3 5 141 2F 5A
Octal 362 333 352 0 12 3 5 501 57 132
Binary 11110010 11011011 11101010 0 1010 11 101 101000001 101111 1011010

Color Harmonies of #F2DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBEA

Black with #F2DBEA

Text Example


Text Example

White with #F2DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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