Html Css Color HEX #FEDFEB Pig Pink

📋 copy color: '#FEDFEB'

red 254 ◦ green 223 ◦ blue 235

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

Shades of Pig Pink #FEDFEB

Tints of Pig Pink #FEDFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.01%

R = 35.67%
G = 31.32%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEDFEB (or 0xFEDFEB) is known color: Pig Pink. HEX triplet: FE, DF and EB. RGB value is (254,223,235). Sum of RGB (Red+Green+Blue) = 254+223+235=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEB is #012014. Grayscale: #E9E9E9. Windows color (decimal): -73749 or 15458302. OLE color: 15458302.

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

Color convert

RGB 254 223 235 -
CMYK 0 0.12 0.07 0.00
HSL 336.77º 0.94% 0.94% -
HSV(B) 336.77º 0.12% 1% -
XYZ 82.26 79.84 89.67 -
YUV 233.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 254 223 235 0 0.12 0.07 0.00 336.77 0.94 0.94
Hex FE DF EB 0 C 7 0 151 5E 5E
Octal 376 337 353 0 14 7 0 521 136 136
Binary 11111110 11011111 11101011 0 1100 111 0 101010001 1011110 1011110

Color Harmonies of #FEDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFEB

Black with #FEDFEB

Text Example


Text Example

White with #FEDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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