Html Css Color HEX #F2DBE8 Pig Pink

📋 copy color: '#F2DBE8'

red 242 ◦ green 219 ◦ blue 232

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

Shades of Pig Pink #F2DBE8

Tints of Pig Pink #F2DBE8

RGB

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

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

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

R = 34.92%
G = 31.6%
B = 33.48%

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

#F2DBE8 (or 0xF2DBE8) is known color: Pig Pink. HEX triplet: F2, DB and E8. RGB value is (242,219,232). Sum of RGB (Red+Green+Blue) = 242+219+232=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBE8 is #0D2417. Grayscale: #E3E3E3. Windows color (decimal): -861208 or 15260658. OLE color: 15260658.

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

Color convert

RGB 242 219 232 -
CMYK 0 0.10 0.04 0.05
HSL 326.09º 0.47% 0.9% -
HSV(B) 326.09º 0.1% 0.95% -
XYZ 76.51 75.37 86.86 -
YUV 227.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 242 219 232 0 0.10 0.04 0.05 326.09 0.47 0.9
Hex F2 DB E8 0 A 4 5 146 2F 5A
Octal 362 333 350 0 12 4 5 506 57 132
Binary 11110010 11011011 11101000 0 1010 100 101 101000110 101111 1011010

Color Harmonies of #F2DBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBE8

Black with #F2DBE8

Text Example


Text Example

White with #F2DBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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