Html Css Color HEX #FDDBEC Pig Pink

📋 copy color: '#FDDBEC'

red 253 ◦ green 219 ◦ blue 236

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

Shades of Pig Pink #FDDBEC

Tints of Pig Pink #FDDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.93%

 BLUE value IS 236 (92.58% from 255) = 33.33%

R = 35.73%
G = 30.93%
B = 33.33%

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

#FDDBEC (or 0xFDDBEC) is known color: Pig Pink. HEX triplet: FD, DB and EC. RGB value is (253,219,236). Sum of RGB (Red+Green+Blue) = 253+219+236=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBEC is #022413. Grayscale: #E7E7E7. Windows color (decimal): -140308 or 15522813. OLE color: 15522813.

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

Color convert

RGB 253 219 236 -
CMYK 0 0.13 0.07 0.01
HSL 330º 0.89% 0.93% -
HSV(B) 330º 0.13% 0.99% -
XYZ 80.98 77.6 90.07 -
YUV 231.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 253 219 236 0 0.13 0.07 0.01 330 0.89 0.93
Hex FD DB EC 0 D 7 1 14A 59 5D
Octal 375 333 354 0 15 7 1 512 131 135
Binary 11111101 11011011 11101100 0 1101 111 1 101001010 1011001 1011101

Color Harmonies of #FDDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBEC

Black with #FDDBEC

Text Example


Text Example

White with #FDDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBEC; }

 p { color: rgb(253,219,236); }

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

background-color css

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

 a { background-color: rgb(253,219,236); }

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

border-color css

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

 span { border-color: rgb(253,219,236); }

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