Html Css Color HEX #FBE1F0 Pig Pink

📋 copy color: '#FBE1F0'

red 251 ◦ green 225 ◦ blue 240

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

Shades of Pig Pink #FBE1F0

Tints of Pig Pink #FBE1F0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.42%

 BLUE value IS 240 (94.14% from 255) = 33.52%

R = 35.06%
G = 31.42%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBE1F0 (or 0xFBE1F0) is known color: Pig Pink. HEX triplet: FB, E1 and F0. RGB value is (251,225,240). Sum of RGB (Red+Green+Blue) = 251+225+240=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1F0 is #041E0F. Grayscale: #EAEAEA. Windows color (decimal): -269840 or 15786491. OLE color: 15786491.

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

Color convert

RGB 251 225 240 -
CMYK 0 0.10 0.04 0.02
HSL 325.38º 0.76% 0.93% -
HSV(B) 325.38º 0.1% 0.98% -
XYZ 82.44 80.65 93.66 -
YUV 234.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 251 225 240 0 0.10 0.04 0.02 325.38 0.76 0.93
Hex FB E1 F0 0 A 4 2 145 4C 5D
Octal 373 341 360 0 12 4 2 505 114 135
Binary 11111011 11100001 11110000 0 1010 100 10 101000101 1001100 1011101

Color Harmonies of #FBE1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1F0

Black with #FBE1F0

Text Example


Text Example

White with #FBE1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1F0; }

 p { color: rgb(251,225,240); }

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

background-color css

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

 a { background-color: rgb(251,225,240); }

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

border-color css

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

 span { border-color: rgb(251,225,240); }

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