Html Css Color HEX #FDD6EC Pig Pink

📋 copy color: '#FDD6EC'

red 253 ◦ green 214 ◦ blue 236

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

Shades of Pig Pink #FDD6EC

Tints of Pig Pink #FDD6EC

RGB

 RED value IS 253 (99.22% from 255) = 35.99%

 GREEN value IS 214 (83.98% from 255) = 30.44%

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

R = 35.99%
G = 30.44%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDD6EC (or 0xFDD6EC) is known color: Pig Pink. HEX triplet: FD, D6 and EC. RGB value is (253,214,236). Sum of RGB (Red+Green+Blue) = 253+214+236=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6EC is #022913. Grayscale: #E4E4E4. Windows color (decimal): -141588 or 15521533. OLE color: 15521533.

HSL color Cylindrical-coordinate representation of color #FDD6EC: hue angle of 326.15º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD6EC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 236 -
CMYK 0 0.15 0.07 0.01
HSL 326.15º 0.91% 0.92% -
HSV(B) 326.15º 0.15% 0.99% -
XYZ 79.69 75.03 89.64 -
YUV 228.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 253 214 236 0 0.15 0.07 0.01 326.15 0.91 0.92
Hex FD D6 EC 0 F 7 1 146 5B 5C
Octal 375 326 354 0 17 7 1 506 133 134
Binary 11111101 11010110 11101100 0 1111 111 1 101000110 1011011 1011100

Color Harmonies of #FDD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6EC

Black with #FDD6EC

Text Example


Text Example

White with #FDD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6EC; }

 p { color: rgb(253,214,236); }

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

background-color css

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

 a { background-color: rgb(253,214,236); }

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

border-color css

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

 span { border-color: rgb(253,214,236); }

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