Html Css Color HEX #FEDFF0 Pig Pink

📋 copy color: '#FEDFF0'

red 254 ◦ green 223 ◦ blue 240

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

Shades of Pig Pink #FEDFF0

Tints of Pig Pink #FEDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.1%

 BLUE value IS 240 (94.14% from 255) = 33.47%

R = 35.43%
G = 31.1%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEDFF0 (or 0xFEDFF0) is known color: Pig Pink. HEX triplet: FE, DF and F0. RGB value is (254,223,240). Sum of RGB (Red+Green+Blue) = 254+223+240=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF0 is #01200F. Grayscale: #EAEAEA. Windows color (decimal): -73744 or 15785982. OLE color: 15785982.

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

Color convert

RGB 254 223 240 -
CMYK 0 0.12 0.06 0.00
HSL 327.1º 0.94% 0.94% -
HSV(B) 327.1º 0.12% 1% -
XYZ 82.99 80.14 93.53 -
YUV 234.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 254 223 240 0 0.12 0.06 0.00 327.1 0.94 0.94
Hex FE DF F0 0 C 6 0 147 5E 5E
Octal 376 337 360 0 14 6 0 507 136 136
Binary 11111110 11011111 11110000 0 1100 110 0 101000111 1011110 1011110

Color Harmonies of #FEDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFF0

Black with #FEDFF0

Text Example


Text Example

White with #FEDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFF0; }

 p { color: rgb(254,223,240); }

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

background-color css

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

 a { background-color: rgb(254,223,240); }

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

border-color css

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

 span { border-color: rgb(254,223,240); }

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