Html Css Color HEX #FBE1E2 Pale Pink

📋 copy color: '#FBE1E2'

red 251 ◦ green 225 ◦ blue 226

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

Shades of Pale Pink #FBE1E2

Tints of Pale Pink #FBE1E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.19%

R = 35.75%
G = 32.05%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBE1E2 (or 0xFBE1E2) is known color: Pale Pink. HEX triplet: FB, E1 and E2. RGB value is (251,225,226). Sum of RGB (Red+Green+Blue) = 251+225+226=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1E2 is #041E1D. Grayscale: #E8E8E8. Windows color (decimal): -269854 or 14868987. OLE color: 14868987.

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

Color convert

RGB 251 225 226 -
CMYK 0 0.10 0.10 0.02
HSL 357.69º 0.76% 0.93% -
HSV(B) 357.69º 0.1% 0.98% -
XYZ 80.44 79.85 83.12 -
YUV 232.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 251 225 226 0 0.10 0.10 0.02 357.69 0.76 0.93
Hex FB E1 E2 0 A A 2 166 4C 5D
Octal 373 341 342 0 12 12 2 546 114 135
Binary 11111011 11100001 11100010 0 1010 1010 10 101100110 1001100 1011101

Color Harmonies of #FBE1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1E2

Black with #FBE1E2

Text Example


Text Example

White with #FBE1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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