Html Css Color HEX #FDD6EA Pig Pink

📋 copy color: '#FDD6EA'

red 253 ◦ green 214 ◦ blue 234

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

Shades of Pig Pink #FDD6EA

Tints of Pig Pink #FDD6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.38%

R = 36.09%
G = 30.53%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDD6EA (or 0xFDD6EA) is known color: Pig Pink. HEX triplet: FD, D6 and EA. RGB value is (253,214,234). Sum of RGB (Red+Green+Blue) = 253+214+234=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 214 (83.98% from 255 or 30.53% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6EA is #022915. Grayscale: #E3E3E3. Windows color (decimal): -141590 or 15390461. OLE color: 15390461.

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

Color convert

RGB 253 214 234 -
CMYK 0 0.15 0.08 0.01
HSL 329.23º 0.91% 0.92% -
HSV(B) 329.23º 0.15% 0.99% -
XYZ 79.41 74.92 88.12 -
YUV 227.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 253 214 234 0 0.15 0.08 0.01 329.23 0.91 0.92
Hex FD D6 EA 0 F 8 1 149 5B 5C
Octal 375 326 352 0 17 10 1 511 133 134
Binary 11111101 11010110 11101010 0 1111 1000 1 101001001 1011011 1011100

Color Harmonies of #FDD6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6EA

Black with #FDD6EA

Text Example


Text Example

White with #FDD6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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