Html Css Color HEX #FDCEE2 Pig Pink

📋 copy color: '#FDCEE2'

red 253 ◦ green 206 ◦ blue 226

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

Shades of Pig Pink #FDCEE2

Tints of Pig Pink #FDCEE2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.07%

 BLUE value IS 226 (88.67% from 255) = 32.99%

R = 36.93%
G = 30.07%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDCEE2 (or 0xFDCEE2) is known color: Pig Pink. HEX triplet: FD, CE and E2. RGB value is (253,206,226). Sum of RGB (Red+Green+Blue) = 253+206+226=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEE2 is #02311D. Grayscale: #DEDEDE. Windows color (decimal): -143646 or 14864125. OLE color: 14864125.

HSL color Cylindrical-coordinate representation of color #FDCEE2: hue angle of 334.47º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEE2 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 226 -
CMYK 0 0.19 0.11 0.01
HSL 334.47º 0.92% 0.9% -
HSV(B) 334.47º 0.19% 0.99% -
XYZ 76.31 70.52 81.54 -
YUV 222.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 253 206 226 0 0.19 0.11 0.01 334.47 0.92 0.9
Hex FD CE E2 0 13 B 1 14E 5C 5A
Octal 375 316 342 0 23 13 1 516 134 132
Binary 11111101 11001110 11100010 0 10011 1011 1 101001110 1011100 1011010

Color Harmonies of #FDCEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEE2

Black with #FDCEE2

Text Example


Text Example

White with #FDCEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEE2; }

 p { color: rgb(253,206,226); }

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

background-color css

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

 a { background-color: rgb(253,206,226); }

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

border-color css

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

 span { border-color: rgb(253,206,226); }

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