Html Css Color HEX #FEDCEE Pig Pink

📋 copy color: '#FEDCEE'

red 254 ◦ green 220 ◦ blue 238

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

Shades of Pig Pink #FEDCEE

Tints of Pig Pink #FEDCEE

RGB

 RED value IS 254 (99.61% from 255) = 35.67%

 GREEN value IS 220 (86.33% from 255) = 30.9%

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

R = 35.67%
G = 30.9%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEDCEE (or 0xFEDCEE) is known color: Pig Pink. HEX triplet: FE, DC and EE. RGB value is (254,220,238). Sum of RGB (Red+Green+Blue) = 254+220+238=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCEE is #012311. Grayscale: #E8E8E8. Windows color (decimal): -74514 or 15654142. OLE color: 15654142.

HSL color Cylindrical-coordinate representation of color #FEDCEE: hue angle of 328.24º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDCEE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 238 -
CMYK 0 0.13 0.06 0.00
HSL 328.24º 0.94% 0.93% -
HSV(B) 328.24º 0.13% 1% -
XYZ 81.9 78.43 91.71 -
YUV 232.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 254 220 238 0 0.13 0.06 0.00 328.24 0.94 0.93
Hex FE DC EE 0 D 6 0 148 5E 5D
Octal 376 334 356 0 15 6 0 510 136 135
Binary 11111110 11011100 11101110 0 1101 110 0 101001000 1011110 1011101

Color Harmonies of #FEDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCEE

Black with #FEDCEE

Text Example


Text Example

White with #FEDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCEE; }

 p { color: rgb(254,220,238); }

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

background-color css

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

 a { background-color: rgb(254,220,238); }

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

border-color css

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

 span { border-color: rgb(254,220,238); }

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