Html Css Color HEX #FEDBF2 Pig Pink

📋 copy color: '#FEDBF2'

red 254 ◦ green 219 ◦ blue 242

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

Shades of Pig Pink #FEDBF2

Tints of Pig Pink #FEDBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.63%

 BLUE value IS 242 (94.92% from 255) = 33.85%

R = 35.52%
G = 30.63%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEDBF2 (or 0xFEDBF2) is known color: Pig Pink. HEX triplet: FE, DB and F2. RGB value is (254,219,242). Sum of RGB (Red+Green+Blue) = 254+219+242=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBF2 is #01240D. Grayscale: #E8E8E8. Windows color (decimal): -74766 or 15916030. OLE color: 15916030.

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

Color convert

RGB 254 219 242 -
CMYK 0 0.14 0.05 0.00
HSL 320.57º 0.95% 0.93% -
HSV(B) 320.57º 0.14% 1% -
XYZ 82.23 78.14 94.75 -
YUV 232.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 254 219 242 0 0.14 0.05 0.00 320.57 0.95 0.93
Hex FE DB F2 0 E 5 0 141 5F 5D
Octal 376 333 362 0 16 5 0 501 137 135
Binary 11111110 11011011 11110010 0 1110 101 0 101000001 1011111 1011101

Color Harmonies of #FEDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBF2

Black with #FEDBF2

Text Example


Text Example

White with #FEDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBF2; }

 p { color: rgb(254,219,242); }

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

background-color css

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

 a { background-color: rgb(254,219,242); }

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

border-color css

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

 span { border-color: rgb(254,219,242); }

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