Html Css Color HEX #FED3F3 Pig Pink

📋 copy color: '#FED3F3'

red 254 ◦ green 211 ◦ blue 243

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

Shades of Pig Pink #FED3F3

Tints of Pig Pink #FED3F3

RGB

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

 GREEN value IS 211 (82.81% from 255) = 29.8%

 BLUE value IS 243 (95.31% from 255) = 34.32%

R = 35.88%
G = 29.8%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FED3F3 (or 0xFED3F3) is known color: Pig Pink. HEX triplet: FE, D3 and F3. RGB value is (254,211,243). Sum of RGB (Red+Green+Blue) = 254+211+243=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 211 (82.81% from 255 or 29.80% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3F3 is #012C0C. Grayscale: #E3E3E3. Windows color (decimal): -76813 or 15979518. OLE color: 15979518.

HSL color Cylindrical-coordinate representation of color #FED3F3: hue angle of 315.35º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED3F3 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 211 243 -
CMYK 0 0.17 0.04 0.00
HSL 315.35º 0.96% 0.91% -
HSV(B) 315.35º 0.17% 1% -
XYZ 80.34 74.13 94.87 -
YUV 227.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 254 211 243 0 0.17 0.04 0.00 315.35 0.96 0.91
Hex FE D3 F3 0 11 4 0 13B 60 5B
Octal 376 323 363 0 21 4 0 473 140 133
Binary 11111110 11010011 11110011 0 10001 100 0 100111011 1100000 1011011

Color Harmonies of #FED3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3F3

Black with #FED3F3

Text Example


Text Example

White with #FED3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3F3; }

 p { color: rgb(254,211,243); }

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

background-color css

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

 a { background-color: rgb(254,211,243); }

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

border-color css

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

 span { border-color: rgb(254,211,243); }

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