Html Css Color HEX #FBE0E2 Pale Pink

📋 copy color: '#FBE0E2'

red 251 ◦ green 224 ◦ blue 226

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

Shades of Pale Pink #FBE0E2

Tints of Pale Pink #FBE0E2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.95%

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

R = 35.81%
G = 31.95%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBE0E2 (or 0xFBE0E2) is known color: Pale Pink. HEX triplet: FB, E0 and E2. RGB value is (251,224,226). Sum of RGB (Red+Green+Blue) = 251+224+226=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0E2 is #041F1D. Grayscale: #E8E8E8. Windows color (decimal): -270110 or 14868731. OLE color: 14868731.

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

Color convert

RGB 251 224 226 -
CMYK 0 0.11 0.10 0.02
HSL 355.56º 0.77% 0.93% -
HSV(B) 355.56º 0.11% 0.98% -
XYZ 80.17 79.31 83.03 -
YUV 232.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 251 224 226 0 0.11 0.10 0.02 355.56 0.77 0.93
Hex FB E0 E2 0 B A 2 164 4D 5D
Octal 373 340 342 0 13 12 2 544 115 135
Binary 11111011 11100000 11100010 0 1011 1010 10 101100100 1001101 1011101

Color Harmonies of #FBE0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0E2

Black with #FBE0E2

Text Example


Text Example

White with #FBE0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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