Html Css Color HEX #F2DBEB Pig Pink

📋 copy color: '#F2DBEB'

red 242 ◦ green 219 ◦ blue 235

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

Shades of Pig Pink #F2DBEB

Tints of Pig Pink #F2DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.76%

R = 34.77%
G = 31.47%
B = 33.76%

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

#F2DBEB (or 0xF2DBEB) is known color: Pig Pink. HEX triplet: F2, DB and EB. RGB value is (242,219,235). Sum of RGB (Red+Green+Blue) = 242+219+235=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBEB is #0D2414. Grayscale: #E3E3E3. Windows color (decimal): -861205 or 15457266. OLE color: 15457266.

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

Color convert

RGB 242 219 235 -
CMYK 0 0.10 0.03 0.05
HSL 318.26º 0.47% 0.9% -
HSV(B) 318.26º 0.1% 0.95% -
XYZ 76.94 75.54 89.12 -
YUV 227.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 242 219 235 0 0.10 0.03 0.05 318.26 0.47 0.9
Hex F2 DB EB 0 A 3 5 13E 2F 5A
Octal 362 333 353 0 12 3 5 476 57 132
Binary 11110010 11011011 11101011 0 1010 11 101 100111110 101111 1011010

Color Harmonies of #F2DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBEB

Black with #F2DBEB

Text Example


Text Example

White with #F2DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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