Html Css Color HEX #FDD6E1 Pig Pink

📋 copy color: '#FDD6E1'

red 253 ◦ green 214 ◦ blue 225

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

Shades of Pig Pink #FDD6E1

Tints of Pig Pink #FDD6E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.51%

R = 36.56%
G = 30.92%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDD6E1 (or 0xFDD6E1) is known color: Pig Pink. HEX triplet: FD, D6 and E1. RGB value is (253,214,225). Sum of RGB (Red+Green+Blue) = 253+214+225=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 225 (88.28% from 255 or 32.51% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6E1 is #02291E. Grayscale: #E2E2E2. Windows color (decimal): -141599 or 14800637. OLE color: 14800637.

HSL color Cylindrical-coordinate representation of color #FDD6E1: hue angle of 343.08º 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 #FDD6E1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 225 -
CMYK 0 0.15 0.11 0.01
HSL 343.08º 0.91% 0.92% -
HSV(B) 343.08º 0.15% 0.99% -
XYZ 78.15 74.41 81.48 -
YUV 226.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 253 214 225 0 0.15 0.11 0.01 343.08 0.91 0.92
Hex FD D6 E1 0 F B 1 157 5B 5C
Octal 375 326 341 0 17 13 1 527 133 134
Binary 11111101 11010110 11100001 0 1111 1011 1 101010111 1011011 1011100

Color Harmonies of #FDD6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6E1

Black with #FDD6E1

Text Example


Text Example

White with #FDD6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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