Html Css Color HEX #FDDCEB Pig Pink

📋 copy color: '#FDDCEB'

red 253 ◦ green 220 ◦ blue 235

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

Shades of Pig Pink #FDDCEB

Tints of Pig Pink #FDDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.07%

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

R = 35.73%
G = 31.07%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDDCEB (or 0xFDDCEB) is known color: Pig Pink. HEX triplet: FD, DC and EB. RGB value is (253,220,235). Sum of RGB (Red+Green+Blue) = 253+220+235=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCEB is #022314. Grayscale: #E7E7E7. Windows color (decimal): -140053 or 15457533. OLE color: 15457533.

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

Color convert

RGB 253 220 235 -
CMYK 0 0.13 0.07 0.01
HSL 332.73º 0.89% 0.93% -
HSV(B) 332.73º 0.13% 0.99% -
XYZ 81.1 78.07 89.39 -
YUV 231.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 253 220 235 0 0.13 0.07 0.01 332.73 0.89 0.93
Hex FD DC EB 0 D 7 1 14D 59 5D
Octal 375 334 353 0 15 7 1 515 131 135
Binary 11111101 11011100 11101011 0 1101 111 1 101001101 1011001 1011101

Color Harmonies of #FDDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCEB

Black with #FDDCEB

Text Example


Text Example

White with #FDDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCEB; }

 p { color: rgb(253,220,235); }

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

background-color css

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

 a { background-color: rgb(253,220,235); }

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

border-color css

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

 span { border-color: rgb(253,220,235); }

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