Html Css Color HEX #FDD3ED Pig Pink

📋 copy color: '#FDD3ED'

red 253 ◦ green 211 ◦ blue 237

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

Shades of Pig Pink #FDD3ED

Tints of Pig Pink #FDD3ED

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.1%

 BLUE value IS 237 (92.97% from 255) = 33.81%

R = 36.09%
G = 30.1%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDD3ED (or 0xFDD3ED) is known color: Pig Pink. HEX triplet: FD, D3 and ED. RGB value is (253,211,237). Sum of RGB (Red+Green+Blue) = 253+211+237=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 211 (82.81% from 255 or 30.10% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD3ED is #022C12. Grayscale: #E2E2E2. Windows color (decimal): -142355 or 15586301. OLE color: 15586301.

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

Color convert

RGB 253 211 237 -
CMYK 0 0.17 0.06 0.01
HSL 322.86º 0.91% 0.91% -
HSV(B) 322.86º 0.17% 0.99% -
XYZ 79.09 73.59 90.16 -
YUV 226.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 253 211 237 0 0.17 0.06 0.01 322.86 0.91 0.91
Hex FD D3 ED 0 11 6 1 143 5B 5B
Octal 375 323 355 0 21 6 1 503 133 133
Binary 11111101 11010011 11101101 0 10001 110 1 101000011 1011011 1011011

Color Harmonies of #FDD3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD3ED

Black with #FDD3ED

Text Example


Text Example

White with #FDD3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD3ED; }

 p { color: rgb(253,211,237); }

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

background-color css

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

 a { background-color: rgb(253,211,237); }

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

border-color css

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

 span { border-color: rgb(253,211,237); }

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