Html Css Color HEX #FEDBE4 Pig Pink

📋 copy color: '#FEDBE4'

red 254 ◦ green 219 ◦ blue 228

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

Shades of Pig Pink #FEDBE4

Tints of Pig Pink #FEDBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.52%

R = 36.23%
G = 31.24%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEDBE4 (or 0xFEDBE4) is known color: Pig Pink. HEX triplet: FE, DB and E4. RGB value is (254,219,228). Sum of RGB (Red+Green+Blue) = 254+219+228=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBE4 is #01241B. Grayscale: #E6E6E6. Windows color (decimal): -74780 or 14998526. OLE color: 14998526.

HSL color Cylindrical-coordinate representation of color #FEDBE4: hue angle of 344.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 #FEDBE4 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 228 -
CMYK 0 0.14 0.10 0.00
HSL 344.57º 0.95% 0.93% -
HSV(B) 344.57º 0.14% 1% -
XYZ 80.21 77.34 84.1 -
YUV 230.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 254 219 228 0 0.14 0.10 0.00 344.57 0.95 0.93
Hex FE DB E4 0 E A 0 159 5F 5D
Octal 376 333 344 0 16 12 0 531 137 135
Binary 11111110 11011011 11100100 0 1110 1010 0 101011001 1011111 1011101

Color Harmonies of #FEDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBE4

Black with #FEDBE4

Text Example


Text Example

White with #FEDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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