Html Css Color HEX #FBE2ED Pig Pink

📋 copy color: '#FBE2ED'

red 251 ◦ green 226 ◦ blue 237

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

Shades of Pig Pink #FBE2ED

Tints of Pig Pink #FBE2ED

RGB

 RED value IS 251 (98.44% from 255) = 35.15%

 GREEN value IS 226 (88.67% from 255) = 31.65%

 BLUE value IS 237 (92.97% from 255) = 33.19%

R = 35.15%
G = 31.65%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBE2ED (or 0xFBE2ED) is known color: Pig Pink. HEX triplet: FB, E2 and ED. RGB value is (251,226,237). Sum of RGB (Red+Green+Blue) = 251+226+237=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2ED is #041D12. Grayscale: #EAEAEA. Windows color (decimal): -269587 or 15590139. OLE color: 15590139.

HSL color Cylindrical-coordinate representation of color #FBE2ED: hue angle of 333.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE2ED is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 226 237 -
CMYK 0 0.10 0.06 0.02
HSL 333.6º 0.76% 0.94% -
HSV(B) 333.6º 0.1% 0.98% -
XYZ 82.27 81.02 91.42 -
YUV 234.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 251 226 237 0 0.10 0.06 0.02 333.6 0.76 0.94
Hex FB E2 ED 0 A 6 2 14E 4C 5E
Octal 373 342 355 0 12 6 2 516 114 136
Binary 11111011 11100010 11101101 0 1010 110 10 101001110 1001100 1011110

Color Harmonies of #FBE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2ED

Black with #FBE2ED

Text Example


Text Example

White with #FBE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2ED; }

 p { color: rgb(251,226,237); }

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

background-color css

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

 a { background-color: rgb(251,226,237); }

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

border-color css

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

 span { border-color: rgb(251,226,237); }

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