Html Css Color HEX #FDD6EE Pig Pink

📋 copy color: '#FDD6EE'

red 253 ◦ green 214 ◦ blue 238

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

Shades of Pig Pink #FDD6EE

Tints of Pig Pink #FDD6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.76%

R = 35.89%
G = 30.35%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDD6EE (or 0xFDD6EE) is known color: Pig Pink. HEX triplet: FD, D6 and EE. RGB value is (253,214,238). Sum of RGB (Red+Green+Blue) = 253+214+238=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6EE is #022911. Grayscale: #E4E4E4. Windows color (decimal): -141586 or 15652605. OLE color: 15652605.

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

Color convert

RGB 253 214 238 -
CMYK 0 0.15 0.06 0.01
HSL 323.08º 0.91% 0.92% -
HSV(B) 323.08º 0.15% 0.99% -
XYZ 79.99 75.15 91.18 -
YUV 228.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 253 214 238 0 0.15 0.06 0.01 323.08 0.91 0.92
Hex FD D6 EE 0 F 6 1 143 5B 5C
Octal 375 326 356 0 17 6 1 503 133 134
Binary 11111101 11010110 11101110 0 1111 110 1 101000011 1011011 1011100

Color Harmonies of #FDD6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6EE

Black with #FDD6EE

Text Example


Text Example

White with #FDD6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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