Html Css Color HEX #FED6EB Pig Pink

📋 copy color: '#FED6EB'

red 254 ◦ green 214 ◦ blue 235

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

Shades of Pig Pink #FED6EB

Tints of Pig Pink #FED6EB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.44%

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

R = 36.13%
G = 30.44%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED6EB (or 0xFED6EB) is known color: Pig Pink. HEX triplet: FE, D6 and EB. RGB value is (254,214,235). Sum of RGB (Red+Green+Blue) = 254+214+235=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6EB is #012914. Grayscale: #E4E4E4. Windows color (decimal): -76053 or 15455998. OLE color: 15455998.

HSL color Cylindrical-coordinate representation of color #FED6EB: hue angle of 328.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6EB is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 235 -
CMYK 0 0.16 0.07 0.00
HSL 328.5º 0.95% 0.92% -
HSV(B) 328.5º 0.16% 1% -
XYZ 79.92 75.16 88.89 -
YUV 228.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 254 214 235 0 0.16 0.07 0.00 328.5 0.95 0.92
Hex FE D6 EB 0 10 7 0 148 5F 5C
Octal 376 326 353 0 20 7 0 510 137 134
Binary 11111110 11010110 11101011 0 10000 111 0 101001000 1011111 1011100

Color Harmonies of #FED6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6EB

Black with #FED6EB

Text Example


Text Example

White with #FED6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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