Html Css Color HEX #FFDBEC Pig Pink

📋 copy color: '#FFDBEC'

red 255 ◦ green 219 ◦ blue 236

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

Shades of Pig Pink #FFDBEC

Tints of Pig Pink #FFDBEC

RGB

 RED value IS 255 (100% from 255) = 35.92%

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

 BLUE value IS 236 (92.58% from 255) = 33.24%

R = 35.92%
G = 30.85%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFDBEC (or 0xFFDBEC) is known color: Pig Pink. HEX triplet: FF, DB and EC. RGB value is (255,219,236). Sum of RGB (Red+Green+Blue) = 255+219+236=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBEC is #002413. Grayscale: #E7E7E7. Windows color (decimal): -9236 or 15522815. OLE color: 15522815.

HSL color Cylindrical-coordinate representation of color #FFDBEC: hue angle of 331.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBEC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 236 -
CMYK 0 0.14 0.07 0
HSL 331.67º 1% 0.93% -
HSV(B) 331.67º 0.14% 1% -
XYZ 81.71 77.98 90.1 -
YUV 231.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 255 219 236 0 0.14 0.07 0 331.67 1 0.93
Hex FF DB EC 0 E 7 0 14C 64 5D
Octal 377 333 354 0 16 7 0 514 144 135
Binary 11111111 11011011 11101100 0 1110 111 0 101001100 1100100 1011101

Color Harmonies of #FFDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDBEC

Black with #FFDBEC

Text Example


Text Example

White with #FFDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDBEC; }

 p { color: rgb(255,219,236); }

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

background-color css

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

 a { background-color: rgb(255,219,236); }

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

border-color css

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

 span { border-color: rgb(255,219,236); }

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