Html Css Color HEX #FEDCF5 Pig Pink

📋 copy color: '#FEDCF5'

red 254 ◦ green 220 ◦ blue 245

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

Shades of Pig Pink #FEDCF5

Tints of Pig Pink #FEDCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.08%

R = 35.33%
G = 30.6%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEDCF5 (or 0xFEDCF5) is known color: Pig Pink. HEX triplet: FE, DC and F5. RGB value is (254,220,245). Sum of RGB (Red+Green+Blue) = 254+220+245=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF5 is #01230A. Grayscale: #E8E8E8. Windows color (decimal): -74507 or 16112894. OLE color: 16112894.

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

Color convert

RGB 254 220 245 -
CMYK 0 0.13 0.04 0.00
HSL 315.88º 0.94% 0.93% -
HSV(B) 315.88º 0.13% 1% -
XYZ 82.95 78.85 97.23 -
YUV 233.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 254 220 245 0 0.13 0.04 0.00 315.88 0.94 0.93
Hex FE DC F5 0 D 4 0 13C 5E 5D
Octal 376 334 365 0 15 4 0 474 136 135
Binary 11111110 11011100 11110101 0 1101 100 0 100111100 1011110 1011101

Color Harmonies of #FEDCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCF5

Black with #FEDCF5

Text Example


Text Example

White with #FEDCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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